Skip to content

Commit f8b5dc5

Browse files
committed
Fix typo
1 parent 0d217ef commit f8b5dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ set_target_properties(pyLIEF PROPERTIES
7070
)
7171

7272
if (MSVC AND NOT CLANG_CL AND NOT LIEF_EXTERNAL_SPDLOG)
73-
target_compile_definitions(LIB_LIEF PRIVATE FMT_UNICODE=0)
73+
target_compile_definitions(pyLIEF PRIVATE FMT_UNICODE=0)
7474
endif()
7575

7676
target_link_libraries(pyLIEF PUBLIC ${LIEF_TARGET} lief_spdlog)

0 commit comments

Comments
 (0)