attempt at using variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
22ee0cf589
commit
8e72de187e
@ -8,10 +8,13 @@
|
||||
Licence:
|
||||
-->
|
||||
|
||||
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<bot xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<xi:include href="include/csleobuild.xml"/>
|
||||
|
||||
<xsl:variable name="CLANGOPTIONS" select="'"-Qunused-arguments -Wno-parentheses-equality"'"/>
|
||||
|
||||
<build>
|
||||
<name>OSX 10.9 Intel wxOSX Cocoa trunk</name>
|
||||
<builddir>csleo_cocoa</builddir>
|
||||
@ -19,7 +22,7 @@
|
||||
|
||||
<steps>
|
||||
<checkout/>
|
||||
<configure options="CXXFLAGS="-Qunused-arguments -Wno-parentheses-equality" CFLAGS="-Qunused-arguments -Wno-parentheses-equality" OBJCXXFLAGS="-Qunused-arguments -Wno-parentheses-equality""/>
|
||||
<configure options="CXXFLAGS={$CLANGOPTIONS} CFLAGS={$CLANGOPTIONS} OBJCXXFLAGS={$CLANGOPTIONS}"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
|
Loading…
Reference in New Issue
Block a user