Skip to content

Commit 14e85ea

Browse files
committed
Build: changed quotes on compiler constant because windows didn't like "
1 parent 379f81f commit 14e85ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<arg value="true"/>
7575
<arg value="-define"/>
7676
<arg value="CONFIG::ANALYTICS_TRACKING_ID"/>
77-
<arg value="&quot;${analytics.id}&quot;"/>
77+
<arg value="'${analytics.id}'"/>
7878
<arg value="-swf-version=${swf.version}"/>
7979
<arg value="-source-path+=${source.root}"/>
8080
<arg value="-library-path+=${library.root}"/>

0 commit comments

Comments
 (0)