Skip to content

Commit

Permalink
[make] Set std path for haxelib build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed May 16, 2024
1 parent c54a622 commit d946834
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ PACKAGE_FILES=$(HAXE_OUTPUT) $(HAXELIB_OUTPUT) std \

# haxelib should depends on haxe, but we don't want to do that...
haxelib_win:
ls $(CURDIR)
ls $(CURDIR)/std
cd $(CURDIR)/extra/haxelib_src && \
$(CURDIR)/$(HAXE_OUTPUT) client.hxml && \
HAXE_STD_PATH=$$(cygpath -m $(CURDIR)/std) $(CURDIR)/$(HAXE_OUTPUT) client.hxml && \
nekotools boot run.n
mv extra/haxelib_src/run$(EXTENSION) $(HAXELIB_OUTPUT)

Expand Down

0 comments on commit d946834

Please sign in to comment.