mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
Linux / CMake: Enable PIC
This commit is contained in:
parent
c58d708faa
commit
f8a300afeb
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ CMAKE_ARGS := \
|
|||
-DCMAKE_PREFIX_PATH="$(BUILD_PREFIX)" \
|
||||
-DCMAKE_C_FLAGS="$(CFLAGS)" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
|
||||
$(ARCH_CMAKE_ARGS)
|
||||
|
||||
# TODO: Check if we can disable rubygems, remove prefixes.
|
||||
|
|
Loading…
Add table
Reference in a new issue