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:
parent
bc525d0038
commit
c62d80605f
@ -44,7 +44,7 @@
|
||||
</subproject>
|
||||
|
||||
<!-- 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>
|
||||
<installable>yes</installable>
|
||||
<dir>utils/wxrc</dir>
|
||||
|
Loading…
Reference in New Issue
Block a user