bullet build script:

- change quotes for windows cmake call

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8889 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-12-08 02:24:16 +00:00
parent 44f02c2784
commit 37ad7e6bdd

View File

@ -363,7 +363,7 @@
<arg value="-DCMAKE_BUILD_TYPE=Release"/>
<arg value="."/>
<arg value="-G"/>
<arg value="'MinGW Makefiles'"/>
<arg value='"MinGW Makefiles"'/>
</exec>
<exec executable="${make.windows}" dir="${bullet.folder}"/>
</target>