Fix also with emscripten

This commit is contained in:
Matthias Hochsteger 2023-09-16 22:39:22 +02:00
parent 891e077b35
commit 8efc3a2fe2

View File

@ -394,7 +394,7 @@ if (USE_OCC)
TKXSBase
TKernel
)
if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
if(UNIX AND NOT APPLE)
list(PREPEND OCC_LIBRARIES -Wl,--start-group)
list(APPEND OCC_LIBRARIES -Wl,--end-group)
endif()