Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The python binding library's prefix must be removed as well
  • Loading branch information
YuvalNirkin committed Sep 10, 2018
1 parent d2abf68 commit ad7fd18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion interfaces/python/CMakeLists.txt
Expand Up @@ -13,9 +13,11 @@ target_link_libraries(face_swap_py
${PYTHON_LIBRARIES}
${Boost_LIBRARIES}
)
set_target_properties(face_swap_py PROPERTIES
PREFIX ""
)
if(WIN32)
set_target_properties(face_swap_py PROPERTIES
PREFIX ""
SUFFIX ".pyd"
)
endif()
Expand Down

0 comments on commit ad7fd18

Please sign in to comment.