Skip to content

Commit e7fe45e

Browse files
committed
fix typo
1 parent f057c49 commit e7fe45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(BUILD_SHARED)
1818
# Tell MSVC to compile the code as C++.
1919
if(MSVC)
2020
set_source_files_properties(${chipmunk_source_files} PROPERTIES LANGUAGE CXX)
21-
set_target_properties(chipmunk_static PROPERTIES LINKER_LANGUAGE CXX)
21+
set_target_properties(chipmunk PROPERTIES LINKER_LANGUAGE CXX)
2222
endif(MSVC)
2323
# set the lib's version number
2424
# But avoid on Android because symlinks to version numbered .so's don't work with Android's Java-side loadLibrary.

0 commit comments

Comments
 (0)