Found how to update the runtime to 19.08

Take note future generations, use -lrt with GCC 9.2 and GZDoom 4.2
This commit is contained in:
Eonfge 2019-09-18 13:48:55 +02:00 committed by GitHub
parent ff2bd846bb
commit d59dc0ff9f

View file

@ -1,7 +1,7 @@
app-id: org.zdoom.GZDoom
runtime: org.freedesktop.Platform
sdk: org.freedesktop.Sdk
runtime-version: "18.08"
runtime-version: "19.08"
command: gzdoom.sh
finish-args:
@ -63,7 +63,8 @@ modules:
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
# Required when targeting 32-bit x86
- -DCMAKE_CXX_FLAGS="-msse3"
# Required for 19.08 using GCC C++ 9.2
- -DCMAKE_CXX_FLAGS=-msse3 -lrt
sources:
- type: git
url: https://github.com/coelckers/gzdoom.git