File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ win-wsl: ## 🪟 Build cjit.exe for WIN64 on an Ubuntu WSL VM using gcc-mingw-w6
5050 date | tee .build_done_win
5151
5252win-native : # # 🪟 Build cjit.exe for WIN64 on Windows Server
53- $(MAKE ) -f build/win-native.mk embed-win cjit.exe
53+ $(MAKE ) -f build/win-native.mk embed-win cjit.exe cjit-ar.exe
5454 @rm -f .build_done*
5555 date | tee .build_done_win
5656
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cc := clang
44cflags += -DCJIT_BUILD_OSX
55extra_tinycc_config += --config-codesign=no
66
7- all : embed-posix cjit.command
7+ all : embed-posix cjit.command cjit-ar.command
88
99
1010cjit.command : ${SOURCES}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ SOURCES += src/win-compat.o \
2626 src/embed_tinycc_win32.o \
2727 src/embed_win32ports.o
2828
29- all : embed-win cjit.exe
29+ all : embed-win cjit.exe cjit-ar.exe
3030
3131cjit.exe : ${SOURCES}
3232 $(cc ) $(cflags ) -o $@ $(SOURCES ) ${ldflags} ${ldadd}
You can’t perform that action at this time.
0 commit comments