Skip to content

Commit

Permalink
Build: changed quotes on compiler constant because windows didn't lik…
Browse files Browse the repository at this point in the history
…e "
  • Loading branch information
joshtynjala committed Jul 6, 2015
1 parent 379f81f commit 14e85ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<arg value="true"/>
<arg value="-define"/>
<arg value="CONFIG::ANALYTICS_TRACKING_ID"/>
<arg value="&quot;${analytics.id}&quot;"/>
<arg value="'${analytics.id}'"/>
<arg value="-swf-version=${swf.version}"/>
<arg value="-source-path+=${source.root}"/>
<arg value="-library-path+=${library.root}"/>
Expand Down

0 comments on commit 14e85ea

Please sign in to comment.