mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-28 00:25:40 +00:00
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:
parent
ff2bd846bb
commit
d59dc0ff9f
|
@ -1,7 +1,7 @@
|
||||||
app-id: org.zdoom.GZDoom
|
app-id: org.zdoom.GZDoom
|
||||||
runtime: org.freedesktop.Platform
|
runtime: org.freedesktop.Platform
|
||||||
sdk: org.freedesktop.Sdk
|
sdk: org.freedesktop.Sdk
|
||||||
runtime-version: "18.08"
|
runtime-version: "19.08"
|
||||||
command: gzdoom.sh
|
command: gzdoom.sh
|
||||||
|
|
||||||
finish-args:
|
finish-args:
|
||||||
|
@ -63,7 +63,8 @@ modules:
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
# Required when targeting 32-bit x86
|
# 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:
|
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