Merge pull request #13 from flathub/ArmSupport

Added ARM support
This commit is contained in:
Eonfge 2020-04-25 14:35:00 +02:00 committed by GitHub
commit 8d4b69a772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -1,3 +0,0 @@
{
"skip-arches": ["arm", "aarch64"]
}

View file

@ -44,7 +44,8 @@ modules:
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
# Required for 19.08 using GCC C++ 9.2
- -DCMAKE_CXX_FLAGS=-lrt
# Required for ARM targets
- -DCMAKE_CXX_FLAGS=-lrt -ldl
sources:
- type: git
url: https://github.com/coelckers/gzdoom.git