Skip to content

Commit

Permalink
Update Project.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT authored Jan 1, 2024
1 parent 3d17a79 commit 7e6735b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@
<haxedef name="HXCPP_CHECK_POINTER" if="CRASH_HANDLER" />
<haxedef name="HXCPP_STACK_LINE" if="CRASH_HANDLER" />

<!--This fixes compiling with macros according to official PE source code-->
<haxeflag name="--macro" value="allowPackage('flash')" />
<haxeflag name="--macro" value="include('my.pack')" />

<!-- _________________________________ Android Stuff _______________________________ -->
<config:android permission="android.permission.READ_EXTERNAL_STORAGE" if="android"/>
<config:android permission="android.permission.WRITE_EXTERNAL_STORAGE" if="android"/>
Expand Down

0 comments on commit 7e6735b

Please sign in to comment.