Skip to content

Commit 19d011a

Browse files
committed
project.xml: fix flash macros
1 parent 22574d0 commit 19d011a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project.xml

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

26-
<section if="flash !display">
26+
<section if="flash" unless="display">
2727
<source path="build_macros/flash"/>
2828
<haxeflag name="--macro" value="AddFlashPropertyMeta.find('com.adobe.cairngorm')"/>
2929
</section>

0 commit comments

Comments
 (0)