hedgewars: add missing patch change
This commit is contained in:
parent
4adef83a07
commit
8a4903efa1
@ -5,7 +5,7 @@ diff -pruN hedgewars-src-0.9.15.orig/hedgewars/CMakeLists.txt hedgewars-src-0.9.
|
||||
set(pascal_compiler ${fpc_executable})
|
||||
set(pascal_compiler_flags ${noexecstack_flags} ${pascal_compiler_flags_cmn} ${hwengine_project})
|
||||
|
||||
+set(pascal_compiler_flags "-O3" "-Xs" "-XD" "-Fu/usr/lib/fpc/2.4.2/units/i386-linux/opengl" ${pascal_compiler_flags})
|
||||
+set(pascal_compiler_flags "-O3" "-Xs" "-XD" "-Fu/usr/lib/fpc/2.4.4/units/i386-linux/opengl" ${pascal_compiler_flags})
|
||||
|
||||
#DEPENDECIES AND EXECUTABLES SECTION
|
||||
IF(NOT APPLE OR BUILD_ENGINE_LIBRARY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user