Skip to content

Commit

Permalink
cmake: cross_compile fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 7, 2023
1 parent a795181 commit c82c625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cross_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ function main() {
echo "Build dir: '${BUILD_DIR}'"
echo "toolchain file: '${TOOLCHAIN_FILE}'"

declare -a CMAKE_DEFAULT_ARGS=( -G "${CMAKE_GENERATOR:-\"Unix Makefiles\"}" )
declare -a CMAKE_DEFAULT_ARGS=( -G ${CMAKE_GENERATOR:-"Unix Makefiles"} )
declare -a CMAKE_ADDITIONAL_ARGS=()

declare -a QEMU_ARGS=()
Expand Down

0 comments on commit c82c625

Please sign in to comment.