mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-30 09:35:38 +00:00
Merge pull request #21 from flathub/RemoveWorkarounds_19.08
Remove CMake params who are not required with 20.08
This commit is contained in:
commit
0302a82d47
|
@ -44,9 +44,6 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
# Required for 19.08 using GCC C++ 9.2
|
||||
# Required for ARM targets
|
||||
- -DCMAKE_CXX_FLAGS=-lrt -ldl
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/coelckers/ZMusic/archive/1.1.0.tar.gz
|
||||
|
@ -58,9 +55,6 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
# Required for 19.08 using GCC C++ 9.2
|
||||
# Required for ARM targets
|
||||
- -DCMAKE_CXX_FLAGS=-lrt -ldl
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/coelckers/gzdoom.git
|
||||
|
|
Loading…
Reference in a new issue