Skip to content

Commit ea11bd2

Browse files
committed
Use MODULE not SHARED to make MacOS happy.
1 parent 9891327 commit ea11bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
55

66
# Setup ruby extension
77
project(BitmapPlusPlus LANGUAGES CXX)
8-
add_library (${CMAKE_PROJECT_NAME} SHARED)
8+
add_library (${CMAKE_PROJECT_NAME} MODULE)
99

1010
# Link to Rice git repo
1111
include(FetchContent)

0 commit comments

Comments
 (0)