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 f057c49 commit e7fe45eCopy full SHA for e7fe45e
src/CMakeLists.txt
@@ -18,7 +18,7 @@ if(BUILD_SHARED)
18
# Tell MSVC to compile the code as C++.
19
if(MSVC)
20
set_source_files_properties(${chipmunk_source_files} PROPERTIES LANGUAGE CXX)
21
- set_target_properties(chipmunk_static PROPERTIES LINKER_LANGUAGE CXX)
+ set_target_properties(chipmunk PROPERTIES LINKER_LANGUAGE CXX)
22
endif(MSVC)
23
# set the lib's version number
24
# But avoid on Android because symlinks to version numbered .so's don't work with Android's Java-side loadLibrary.
0 commit comments