aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-11 03:46:00 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-11 03:46:00 -0700
commit2c1051f539bbb29e1111dbca0efc1d17b29b0b3d (patch)
treeff4ddd7910448d09ed0866446896730d3f69c9c9
parent247f4810c56c89e3a0fb5c2f87875a3923f5ab87 (diff)
downloadbun-2c1051f539bbb29e1111dbca0efc1d17b29b0b3d.tar.gz
bun-2c1051f539bbb29e1111dbca0efc1d17b29b0b3d.tar.zst
bun-2c1051f539bbb29e1111dbca0efc1d17b29b0b3d.zip
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc272fdad..6516e3fd3 100644
--- a/Makefile
+++ b/Makefile
@@ -419,7 +419,7 @@ boringssl: boringssl-build boringssl-copy
boringssl-debug: boringssl-build-debug boringssl-copy
compile-ffi-test:
- clang $(OPTIMIZATION_LEVEL) -shared -undefined dynamic_lookup -o /tmp/bun-ffi-test$(SHARED_LIB_EXTENSION) ./integration/bunjs-only-snippets/ffi-test.c
+ clang $(OPTIMIZATION_LEVEL) -shared -undefined dynamic_lookup -o /tmp/bun-ffi-test.dylib -fPIC ./integration/bunjs-only-snippets/ffi-test.c
libbacktrace:
cd $(BUN_DEPS_DIR)/libbacktrace && \