We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e7981 commit 8a334e5Copy full SHA for 8a334e5
CMakeLists.txt
@@ -166,7 +166,7 @@ endif ()
166
if(EMSCRIPTEN)
167
# ENV (https://github.com/emscripten-core/emscripten/commit/6d9681ad04f60b41ef6345ab06c29bbc9eeb84e0)
168
set(EMSCRIPTEN_FEATURES "${EMSCRIPTEN_FEATURES} -s \"EXTRA_EXPORTED_RUNTIME_METHODS=[ENV']\"")
169
- set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
+ set(CMAKE_SHARED_LIBRARY_SUFFIX ".a")
170
endif()
171
172
find_package(CppInterOp REQUIRED CONFIG PATHS "${CMAKE_PREFIX_PATH}" "${CMAKE_PREFIX_PATH}/lib" "${CPPINTEROP_DIR}" "${CPPINTEROP_DIR}/lib")
0 commit comments