We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a49993a + 6418ca2 commit 2cb9622Copy full SHA for 2cb9622
scriptmodules/ports/lzdoom.sh
@@ -39,7 +39,7 @@ function build_lzdoom() {
39
rm -rf release
40
mkdir -p release
41
cd release
42
- local params=(-DCMAKE_INSTALL_PREFIX="$md_inst" -DPK3_QUIET_ZIPDIR=ON -DCMAKE_BUILD_TYPE=Release)
+ local params=(-DNO_GTK=On -DCMAKE_INSTALL_PREFIX="$md_inst" -DPK3_QUIET_ZIPDIR=ON -DCMAKE_BUILD_TYPE=Release)
43
# Note: `-funsafe-math-optimizations` should be avoided, see: https://forum.zdoom.org/viewtopic.php?f=7&t=57781
44
cmake "${params[@]}" ..
45
make
0 commit comments