Merge pull request #21 from flathub/RemoveWorkarounds_19.08

Remove CMake params who are not required with 20.08
This commit is contained in:
Eonfge 2020-09-17 20:33:05 +02:00 committed by GitHub
commit 0302a82d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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