Skip to content

Commit

Permalink
No need for haxelib:nme-toolkit with NME_LOCAL_TOOLKIT
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsando committed Feb 1, 2025
1 parent 7c6bab1 commit 7d9ae9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ToolkitBuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@


<!-- Where to find static libraries/includes -->
<set name="NATIVE_TOOLKIT_PATH" value="${haxelib:nme-toolkit}" unless="NATIVE_TOOLKIT_PATH" />
<set name="NATIVE_TOOLKIT_PATH" value="${haxelib:nme-toolkit}" unless="NATIVE_TOOLKIT_PATH || NME_LOCAL_TOOLKIT" />

<section unless="NME_LOCAL_TOOLKIT">
<set name="NME_ZLIB" value="${NATIVE_TOOLKIT_PATH}/zlib/" />
Expand Down

0 comments on commit 7d9ae9b

Please sign in to comment.