mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Remove CMake params who are not required with 20.08
This commit is contained in:
parent
5edf77d9da
commit
4284b26fc6
|
@ -44,9 +44,6 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
# Required for 19.08 using GCC C++ 9.2
|
|
||||||
# Required for ARM targets
|
|
||||||
- -DCMAKE_CXX_FLAGS=-lrt -ldl
|
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/coelckers/ZMusic/archive/1.1.0.tar.gz
|
url: https://github.com/coelckers/ZMusic/archive/1.1.0.tar.gz
|
||||||
|
@ -58,9 +55,6 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
# Required for 19.08 using GCC C++ 9.2
|
|
||||||
# Required for ARM targets
|
|
||||||
- -DCMAKE_CXX_FLAGS=-lrt -ldl
|
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/coelckers/gzdoom.git
|
url: https://github.com/coelckers/gzdoom.git
|
||||||
|
|
Loading…
Reference in a new issue