Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkideal committed Oct 11, 2024
1 parent 535b45c commit c0e6692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ release: autogen
ifeq ($(OS),Windows_NT)
SHELL = cmd.exe
.PHONY: release_windows
release_windows: autogen
release_windows:
$(eval dir := next.$(subst v,,${BUILD_VERSION}).windows-$(1))
@echo Building ${BUILD_DIR}\\${dir}\\next...
@if not exist "${BUILD_DIR}\\${dir}\\bin" mkdir "${BUILD_DIR}\\${dir}\\bin"
Expand Down

0 comments on commit c0e6692

Please sign in to comment.