This commit is contained in:
Marcus 2024-01-14 00:44:19 +01:00
parent d46a22ef1d
commit dee3ebce90
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ case $XASH_INSTALL_VERSION in
0.20)
./waf configure -T release $WAF_OPTIONS
checkerror $?
./waf -p build
./waf build
checkerror $?
./waf install --destdir=bin/
checkerror $?