added never_empty hint on WX_DIR option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -245,7 +245,7 @@
|
|||||||
<!-- The directory where wxWidgets is installed: -->
|
<!-- The directory where wxWidgets is installed: -->
|
||||||
<if cond="not isdefined('WX_DIR')">
|
<if cond="not isdefined('WX_DIR')">
|
||||||
<set var="WX_DIR_DEFAULT" overwrite="0">$(DOLLAR)($(ENV_VAR)WXWIN)</set>
|
<set var="WX_DIR_DEFAULT" overwrite="0">$(DOLLAR)($(ENV_VAR)WXWIN)</set>
|
||||||
<option name="WX_DIR" category="path">
|
<option name="WX_DIR" category="path" never_empty="1">
|
||||||
<default-value>$(WX_DIR_DEFAULT)</default-value>
|
<default-value>$(WX_DIR_DEFAULT)</default-value>
|
||||||
<description>
|
<description>
|
||||||
The directory where wxWidgets library is installed
|
The directory where wxWidgets library is installed
|
||||||
|
Reference in New Issue
Block a user