Skip to content

Commit

Permalink
chore: fix export syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 20, 2024
1 parent 42190b9 commit 77c972c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ git config --global --add safe.directory '*'
git submodule update --init

# Build Hermes
export CXXFLAGS=-Wall -std=c++17
export CXXFLAGS="-Wall -std=c++17"
mkdir -p build
cd build
cmake ../ \
Expand Down

0 comments on commit 77c972c

Please sign in to comment.