allow absolute path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
617fb24fc9
commit
b8c73e75d0
@ -2,12 +2,13 @@
|
||||
|
||||
if [ "$VERSION" = "" ]; then
|
||||
echo "Including build-environ.cfg"
|
||||
. scripts/build-environ.cfg
|
||||
. `dirname $0`/build-environ.cfg
|
||||
fi
|
||||
|
||||
echo "temp dir is $WX_TEMP_DIR"
|
||||
|
||||
START_DIR="$PWD"
|
||||
echo "start dir is $START_DIR"
|
||||
|
||||
SCRIPTDIR=${START_DIR}/scripts
|
||||
WX_WEB_DIR=$WX_TEMP_DIR/wxWebSite
|
||||
WX_SRC_DIR=$WX_TEMP_DIR/wxWidgets
|
||||
|
Loading…
Reference in New Issue
Block a user