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 589afb5 commit 93341a9
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 @@ -56,7 +56,7 @@ PACKAGE_FILES=$(HAXE_OUTPUT) $(HAXELIB_OUTPUT) std \
# haxelib should depends on haxe, but we don't want to do that...
haxelib_win:
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 93341a9

Please sign in to comment.