We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d217ef commit f8b5dc5Copy full SHA for f8b5dc5
api/python/CMakeLists.txt
@@ -70,7 +70,7 @@ set_target_properties(pyLIEF PROPERTIES
70
)
71
72
if (MSVC AND NOT CLANG_CL AND NOT LIEF_EXTERNAL_SPDLOG)
73
- target_compile_definitions(LIB_LIEF PRIVATE FMT_UNICODE=0)
+ target_compile_definitions(pyLIEF PRIVATE FMT_UNICODE=0)
74
endif()
75
76
target_link_libraries(pyLIEF PUBLIC ${LIEF_TARGET} lief_spdlog)
0 commit comments