diff options
Diffstat (limited to 'Ports/quake')
-rwxr-xr-x | Ports/quake/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh index d7ee199c80..943bbab3fc 100755 --- a/Ports/quake/package.sh +++ b/Ports/quake/package.sh @@ -4,7 +4,7 @@ version=0.65 workdir=SerenityQuake-master useconfigure=false files="https://github.com/SerenityPorts/SerenityQuake/archive/master.tar.gz quake.tar.gz" -makeopts=("V=1" "SYMBOLS_ON=Y") +makeopts+=("V=1" "SYMBOLS_ON=Y") depends=("SDL2") launcher_name=Quake launcher_category=Games |