mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2025-01-20 04:55:38 +00:00
commit
8d4b69a772
|
@ -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