Skip to content

Commit

Permalink
Add compiler include path to scripts/build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
yomaytk committed Feb 16, 2024
1 parent 9585018 commit 8e9f0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LIFT_DEBUG_MACROS=
CXX_COMMON_VERSION="0.5.0"
EMCC=emcc
EMAR=emar
EMCCFLAGS="-I"$( realpath "${REMILL_DIR}" )"/include -O3"
EMCCFLAGS="-I"$( realpath "${REMILL_DIR}" )"/include -I${ROOT_DIR} -O3"
RUNTIME_DIR=""$( realpath "${ROOT_DIR}" )"/runtime"
UTILS_DIR=""$( realpath "${ROOT_DIR}" )"/utils"
ELFCONV_MACROS="-DELFCONV_BROWSER_ENV=1"
Expand Down

0 comments on commit 8e9f0cc

Please sign in to comment.