Added ARM support

This commit is contained in:
Eonfge 2020-04-25 14:13:39 +02:00
parent 4635f7ec5e
commit fdcc0e99cd
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: config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DCMAKE_BUILD_TYPE=RelWithDebInfo
# Required for 19.08 using GCC C++ 9.2 # Required for 19.08 using GCC C++ 9.2
- -DCMAKE_CXX_FLAGS=-lrt # 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