Add a couple of missing close slashes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d8fe008b35
commit
4480f17a78
@ -119,7 +119,7 @@
|
||||
<configure options="-with-foobar CC=cc CXX=CC"/>
|
||||
Omitted for Windows builds.
|
||||
-->
|
||||
<configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28">
|
||||
<configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
|
||||
|
||||
<!--
|
||||
Compile the wxWidgets library, subdirectories and tests.
|
||||
@ -165,7 +165,7 @@
|
||||
<command>setup-script</command>
|
||||
</shellcommand>
|
||||
|
||||
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28">
|
||||
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
|
||||
|
||||
<compile-all/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user