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