Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 59255983 authored by gsell's avatar gsell
Browse files

mslang: issue with parallel builds fixed

we have to use libOPALstatic in the target_link_libraries
otherwise parallel build might not work
parent fee6d329
No related branches found
No related tags found
1 merge request!600Resolve "fixes for compilation on macOS"
......@@ -19,7 +19,7 @@ link_directories (
)
set (MSLANG_LIBS
OPAL
libOPALstatic
${OPTP_LIBS}
${OPTP_LIBRARY}
${IPPL_LIBRARY}
......
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