openlierox: don't overwrote CMAKE_BUILD_TYPE
This commit is contained in:
parent
d56662ea7c
commit
34ea9f027d
1 changed files with 17 additions and 0 deletions
17
srcpkgs/openlierox/patches/fix-cflags.patch
Normal file
17
srcpkgs/openlierox/patches/fix-cflags.patch
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Index: CMakeOlxCommon.cmake
|
||||||
|
===================================================================
|
||||||
|
--- CMakeOlxCommon.cmake.orig
|
||||||
|
+++ CMakeOlxCommon.cmake
|
||||||
|
@@ -36,12 +36,6 @@ OPTION(BREAKPAD "Google Breakpad support
|
||||||
|
OPTION(DISABLE_JOYSTICK "Disable joystick support" No)
|
||||||
|
OPTION(MINGW_CROSS_COMPILE "Cross-compile Windows .EXE using i686-w64-mingw32-gcc compiler" No)
|
||||||
|
|
||||||
|
-IF (DEBUG)
|
||||||
|
- SET(CMAKE_BUILD_TYPE Debug)
|
||||||
|
-ELSE (DEBUG)
|
||||||
|
- SET(CMAKE_BUILD_TYPE Release)
|
||||||
|
-ENDIF (DEBUG)
|
||||||
|
-
|
||||||
|
IF (DEDICATED_ONLY)
|
||||||
|
SET(X11 No)
|
||||||
|
SET(WITH_G15 No)
|
Loading…
Add table
Add a link
Reference in a new issue