Skip to content

Commit 2cb9622

Browse files
authored
Merge pull request #4053 from cmitu/lzdoom-ftbs
lzdoom: fix building with newer GCC
2 parents a49993a + 6418ca2 commit 2cb9622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/ports/lzdoom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function build_lzdoom() {
3939
rm -rf release
4040
mkdir -p release
4141
cd release
42-
local params=(-DCMAKE_INSTALL_PREFIX="$md_inst" -DPK3_QUIET_ZIPDIR=ON -DCMAKE_BUILD_TYPE=Release)
42+
local params=(-DNO_GTK=On -DCMAKE_INSTALL_PREFIX="$md_inst" -DPK3_QUIET_ZIPDIR=ON -DCMAKE_BUILD_TYPE=Release)
4343
# Note: `-funsafe-math-optimizations` should be avoided, see: https://forum.zdoom.org/viewtopic.php?f=7&t=57781
4444
cmake "${params[@]}" ..
4545
make

0 commit comments

Comments
 (0)