diff options
author | 2022-05-11 03:46:00 -0700 | |
---|---|---|
committer | 2022-05-11 03:46:00 -0700 | |
commit | 2c1051f539bbb29e1111dbca0efc1d17b29b0b3d (patch) | |
tree | ff4ddd7910448d09ed0866446896730d3f69c9c9 | |
parent | 247f4810c56c89e3a0fb5c2f87875a3923f5ab87 (diff) | |
download | bun-2c1051f539bbb29e1111dbca0efc1d17b29b0b3d.tar.gz bun-2c1051f539bbb29e1111dbca0efc1d17b29b0b3d.tar.zst bun-2c1051f539bbb29e1111dbca0efc1d17b29b0b3d.zip |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \ |