We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536d9af commit 545bfb8Copy full SHA for 545bfb8
recipes/recipes_emscripten/libiconv/build.sh
@@ -5,8 +5,12 @@ set -eux
5
mkdir _build
6
cd _build
7
8
+export CFLAGS="$CFLAGS -fPIC -fwasm-exceptions"
9
+export CXXFLAGS="$CXXFLAGS -fwasm-exceptions"
10
+export LDFLAGS="$LDFLAGS -fwasm-exceptions"
11
+
12
emconfigure ../configure \
- CFLAGS="-fPIC" \
13
+ CFLAGS="$CFLAGS" \
14
--prefix=$PREFIX \
15
--build="x86_64-conda-linux-gnu" \
16
--host="wasm32-unknown-emscripten" \
recipes/recipes_emscripten/libiconv/recipe.yaml
@@ -1,8 +1,9 @@
1
context:
2
+ name: libiconv
3
version: '1.18'
4
package:
- name: libiconv
+ name: ${{ name }}
version: ${{ version }}
source:
0 commit comments