support quoted nxbuild args

This commit is contained in:
Daniel Wolf 2023-11-03 16:18:20 -04:00
parent 1702d90def
commit 3b8b6e1abd
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# SPDX-FileCopyrightText: 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
/usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=${DJGPP_TOOLCHAIN}/share/nxbuild/dos-i686.cmake $@
/usr/bin/cmake -DCMAKE_TOOLCHAIN_FILE=${DJGPP_TOOLCHAIN}/share/nxbuild/dos-i686.cmake "$@"