mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-30 17:45:39 +00:00
Added ARM support
This commit is contained in:
parent
4635f7ec5e
commit
fdcc0e99cd
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"skip-arches": ["arm", "aarch64"]
|
|
||||||
}
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue