Skip to content

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Sep 2, 2023
1 parent ac8a3b3 commit c3ba86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ for target in "${targets[@]}"; do
--with-bugurl='https://github.com/AmanoTeam/Nul/issues' \
--with-pkgversion="Nul v0.1-${revision}" \
--with-sysroot="${toolchain_directory}/${triplet}" \
--with-pic \
--with-native-system-header-dir='/include' \
--enable-__cxa_atexit \
--enable-cet='auto' \
Expand All @@ -266,9 +265,10 @@ for target in "${targets[@]}"; do
--disable-libstdcxx-pch \
--disable-werror \
--disable-multilib \
--enable-plugin \
--disable-plugin \
--disable-nls \
--without-headers \
--enable-long-long \
${cross_compile_flags} \
CFLAGS="${optflags}" \
CXXFLAGS="${optflags}" \
Expand Down

0 comments on commit c3ba86e

Please sign in to comment.