diff --git a/flathub.json b/flathub.json deleted file mode 100644 index 70e2fdc..0000000 --- a/flathub.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "skip-arches": ["arm", "aarch64"] -} diff --git a/org.zdoom.GZDoom.yaml b/org.zdoom.GZDoom.yaml index 25b9d62..31515b2 100644 --- a/org.zdoom.GZDoom.yaml +++ b/org.zdoom.GZDoom.yaml @@ -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