We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9883165 commit ec21b92Copy full SHA for ec21b92
1 file changed
recipes/recipes_emscripten/llvm/build.sh
@@ -4,6 +4,11 @@ cd build
4
export CMAKE_PREFIX_PATH=$PREFIX
5
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
6
7
+# clear LDFLAGS flags because they contain sWASM_BIGINT
8
+export LDFLAGS=""
9
+
10
11
12
# Configure step
13
emcmake cmake ${CMAKE_ARGS} -S ../llvm -B . \
14
-GNinja \
0 commit comments