Skip to content

Commit d5eff2d

Browse files
committed
Compile mpdec with -fPIC
1 parent 58ce78d commit d5eff2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/wasm/emscripten/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def make_mpdec(context, working_dir):
205205
[
206206
"emconfigure",
207207
mpdec_dir / "configure",
208+
"CFLAGS=-fPIC",
208209
"--prefix",
209210
PREFIX_DIR,
210211
"--disable-shared",

0 commit comments

Comments
 (0)