Skip to content

Commit 83d9900

Browse files
committed
[lumen] Build shared libraries by default on macOS
1 parent dab3897 commit 83d9900

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ dist-macos: ## Build an LLVM release distribution for x86_64-apple-darwin
7575
--flavor="Release" \
7676
--targets="X86;AArch64;ARM;WebAssembly" \
7777
--with-assertions \
78+
--with-dylib \
79+
--link-dylib \
7880
--build-dir=$(CWD)/build/release \
7981
--install-dir=$(CWD)/build/x86_64-apple-darwin \
8082
--dist-dir=$(CWD)/build/packages/dist \

0 commit comments

Comments
 (0)