Skip to content

Commit

Permalink
[make] Omit HAXE_STD_PATH when building haxelib on windows
Browse files Browse the repository at this point in the history
For some reason this environment variable isn't working here on Windows
  • Loading branch information
tobil4sk committed May 4, 2024
1 parent c7a9b69 commit 7fe26a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ haxelib_win:
ls $(CURDIR)
ls $(CURDIR)/std
cd $(CURDIR)/extra/haxelib_src && \
HAXE_STD_PATH=$(CURDIR)/std $(CURDIR)/$(HAXE_OUTPUT) client.hxml && \
$(CURDIR)/$(HAXE_OUTPUT) client.hxml && \
nekotools boot run.n
mv extra/haxelib_src/run$(EXTENSION) $(HAXELIB_OUTPUT)

Expand Down

0 comments on commit 7fe26a8

Please sign in to comment.