Skip to content

Commit

Permalink
Include hlmem when packaging hashlink library
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Sep 11, 2024
1 parent cede6e5 commit 5050274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,13 @@ ifeq ($(HLIB),directx)
HLPACK=dx
else ifeq ($(HLIB),hashlink)
HLDIR=other/haxelib
HLPACK=templates
HLPACK=templates hlmem memory.hxml Run.hx
endif

release_haxelib_package:
rm -rf $(HLIB)_release
mkdir $(HLIB)_release
(cd $(HLDIR) && cp -R $(HLPACK) *.h *.c* *.hx haxelib.json $(CURDIR)/$(HLIB)_release | true)
(cd $(HLDIR) && cp -R $(HLPACK) *.h *.c* haxelib.json $(CURDIR)/$(HLIB)_release | true)
zip -r $(HLIB).zip $(HLIB)_release
haxelib submit $(HLIB).zip
rm -rf $(HLIB)_release
Expand Down

0 comments on commit 5050274

Please sign in to comment.