Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Aug 23, 2024
1 parent d95adc1 commit 7400ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
if(BUILD_WHEELS)
Python_add_library(dload MODULE src/dload.c)
else()
add_library(dload SHARED src/dload.c)
set_target_properties(dload PROPERTIES PREFIX "")
set_target_properties(dload PROPERTIES SUFFIX ".so")
target_include_directories(dload PRIVATE ${Python_INCLUDE_DIRS})
Expand Down

0 comments on commit 7400ab2

Please sign in to comment.