allow building Playground without extern code

This commit is contained in:
2021-10-12 13:45:28 -06:00
parent a4a59f0d40
commit 9213ddeda2

View File

@@ -31,7 +31,8 @@
<classpath name="source" /> <classpath name="source" />
<assets path="assets" /> <assets path="assets" />
<!-- IMPORTANT: This copies the #extern scripts generated by NAT into the project output folders: --> <!-- IMPORTANT: This copies the #extern scripts generated by NAT into the project output folders: -->
<postbuild command="copy-extern-scripts.sh" /> <postbuild command="copy-extern-scripts.sh" unless="no-extern"/>
<!-- _______________________________ Libraries ______________________________ --> <!-- _______________________________ Libraries ______________________________ -->
<haxelib name="flixel" /> <haxelib name="flixel" />