Skip to content

Commit ec21b92

Browse files
authored
clearing flags
1 parent 9883165 commit ec21b92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

recipes/recipes_emscripten/llvm/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ cd build
44
export CMAKE_PREFIX_PATH=$PREFIX
55
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
66

7+
# clear LDFLAGS flags because they contain sWASM_BIGINT
8+
export LDFLAGS=""
9+
10+
11+
712
# Configure step
813
emcmake cmake ${CMAKE_ARGS} -S ../llvm -B . \
914
-GNinja \

0 commit comments

Comments
 (0)