Skip to content
Snippets Groups Projects
Commit f0fa1961 authored by maksymsproductengine's avatar maksymsproductengine
Browse files

MAINT-4482 FIXED [viewer-lion] Mac build fails due to weirdo...

MAINT-4482 FIXED [viewer-lion] Mac build fails due to weirdo LLTextBase::normalizeUri() issue: windows build fix
parent 454a4a29
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ if (USESYSTEMLIBS) ...@@ -10,7 +10,7 @@ if (USESYSTEMLIBS)
else (USESYSTEMLIBS) else (USESYSTEMLIBS)
use_prebuilt_binary(uriparser) use_prebuilt_binary(uriparser)
if (WINDOWS) if (WINDOWS)
set(URIPARSER_LIBRARIES. set(URIPARSER_LIBRARIES
debug uriparserd debug uriparserd
optimized uriparser) optimized uriparser)
elseif (LINUX) elseif (LINUX)
......
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