Skip to content

Commit 7f99573

Browse files
committed
project.xml: fix flash macros
1 parent 1ad8ab5 commit 7f99573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-->
2222
<haxeflag name="-dce" value="no" if="flash"/>
2323

24-
<section if="flash !display">
24+
<section if="flash" unless="display">
2525
<source path="build_macros/flash"/>
2626
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('feathers.validators')"/>
2727
</section>

0 commit comments

Comments
 (0)