Skip to content

Commit

Permalink
Revert build target for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Aug 2, 2023
1 parent 0fe4a05 commit 2c92a6b
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 @@ -16,7 +16,7 @@ build-linux: docker-command

.PHONY: build-windows
build-windows: TARGET := windows
build-windows: COMMAND := ls -lah; mkdir -p build/linux/CMakeFiles/pkgRedirects
build-windows: COMMAND := make $(if $(CLEAN),CLEAN=1 )$(if $(DEBUG),DEBUG=1 )WINDOWS=1
build-windows: docker-command

.PHONY: build-macosx
Expand Down

0 comments on commit 2c92a6b

Please sign in to comment.