Skip to content
Snippets Groups Projects
Commit a542ceb7 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-14597 Updated Mac library name

parent 3d525fbf
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ else (USESYSTEMLIBS) ...@@ -29,7 +29,7 @@ else (USESYSTEMLIBS)
set(URIPARSER_PRELOAD_ARCHIVES -Wl,--whole-archive uriparser -Wl,--no-whole-archive) set(URIPARSER_PRELOAD_ARCHIVES -Wl,--whole-archive uriparser -Wl,--no-whole-archive)
set(URIPARSER_LIBRARIES uriparser) set(URIPARSER_LIBRARIES uriparser)
elseif (DARWIN) elseif (DARWIN)
set(URIPARSER_LIBRARIES uriparser) set(URIPARSER_LIBRARIES liburiparser.dylib)
endif (WINDOWS) endif (WINDOWS)
set(URIPARSER_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/uriparser) set(URIPARSER_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/uriparser)
endif (USESYSTEMLIBS) endif (USESYSTEMLIBS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment