don't cd into utils/xrc if USE_XRC=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
</subproject>
|
</subproject>
|
||||||
|
|
||||||
<!-- WXRC compiler is built by default: -->
|
<!-- WXRC compiler is built by default: -->
|
||||||
<subproject id="wxrc" cond="FORMAT=='autoconf'">
|
<subproject id="wxrc" cond="FORMAT=='autoconf' and USE_XRC=='1'">
|
||||||
<dependency-of>all</dependency-of>
|
<dependency-of>all</dependency-of>
|
||||||
<installable>yes</installable>
|
<installable>yes</installable>
|
||||||
<dir>utils/wxrc</dir>
|
<dir>utils/wxrc</dir>
|
||||||
|
Reference in New Issue
Block a user