mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-30 09:35:38 +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:
|
||||
- -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
|
||||
|
|
Loading…
Reference in a new issue