Skip to content

Commit

Permalink
unset compiler flags for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 30, 2024
1 parent 8102962 commit 15b8bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ mv *python-cmake-buildsystem* python-cmake-buildsystem
mkdir python-build
mkdir python-install
cd python-build
cmake \
CFLAGS="" CPPFLAGS="" CXXFLAGS="" LDFLAGS="" PKG_CONFIG_PATH="" cmake \
-DCMAKE_SYSTEM_PROCESSOR=${ARCH} \
-DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR}/scripts/qemu_${ARCH}_interpreter \
-DCMAKE_C_STANDARD=99 \
Expand Down

0 comments on commit 15b8bbc

Please sign in to comment.