Skip to content

Commit

Permalink
Fix options path for BuildHxcppMbedtls.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored and mcagabe19 committed Feb 14, 2025
1 parent 966cf97 commit a72e7f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/ios/template/{{app.file}}/haxe/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ $(HAXE_BUILDS): build-haxe-%:
touch ../Classes/Main.mm
cd build/$(CONFIG)$(SUFFIX_$*); ::HAXELIB_PATH:: export HXCPP_NO_COLOR=1; \
haxelib run ::CPP_BUILD_LIBRARY:: $(CURDIR)/BuildHxcppMbedtls.xml \
-Ddestination=$(CURDIR)/../lib/$*$(LIB_MBEDTLS_DEST) -options Options.txt $(DEBUG)
-Ddestination=$(CURDIR)/../lib/$*$(LIB_MBEDTLS_DEST) \
-options $(CURDIR)/build/$(CONFIG)$(SUFFIX_$*)/Options.txt $(DEBUG)

clean:
rm -rf build
Expand Down
3 changes: 2 additions & 1 deletion templates/tvos/PROJ/haxe/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ $(HAXE_BUILDS): build-haxe-%:
touch ../Classes/Main.mm
cd build/$(CONFIG)$(SUFFIX_$*); ::HAXELIB_PATH:: export HXCPP_NO_COLOR=1; \
haxelib run ::CPP_BUILD_LIBRARY:: $(CURDIR)/BuildHxcppMbedtls.xml \
-Ddestination=$(CURDIR)/../lib/$*$(LIB_MBEDTLS_DEST) -options Options.txt $(DEBUG)
-Ddestination=$(CURDIR)/../lib/$*$(LIB_MBEDTLS_DEST) \
-options $(CURDIR)/build/$(CONFIG)$(SUFFIX_$*)/Options.txt $(DEBUG)

clean:
rm -rf build
Expand Down

0 comments on commit a72e7f1

Please sign in to comment.