mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-04 21:23:10 +02:00
11 lines
522 B
Diff
11 lines
522 B
Diff
# Removes the duplicate inclusion of compat_str.c.
|
|
|
|
--- a/ports/cmake/src/compat/CMakeLists.txt
|
|
+++ b/ports/cmake/src/compat/CMakeLists.txt
|
|
@@ -8,6 +8,3 @@ add_library(${TARGET}_dl OBJECT
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/compat/compat_dl.c")
|
|
set_target_properties(${TARGET}_dl PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
|
|
|
-add_library(${TARGET}_str OBJECT
|
|
- "${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/compat/compat_str.c")
|
|
-set_target_properties(${TARGET}_str PROPERTIES POSITION_INDEPENDENT_CODE ON)
|