Don't fetch makefiles, we'll add their creation to the pre-flight process later.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,7 +22,7 @@ if [ $skipwin != yes ]; then
|
||||
|
||||
echo "Running build script on $WIN_HOST..."
|
||||
wxdir=$WIN_BUILD/wxWidgets
|
||||
cmd="./makesetup.sh --wxmsw --wxos2 --wxbase --wxall --no-inno --getmakefiles"
|
||||
cmd="./makesetup.sh --wxmsw --wxos2 --wxbase --wxall --no-inno"
|
||||
ssh $WIN_HOST "cd $wxdir/distrib/scripts/msw && chmod +x makesetup.sh && WXWIN=$wxdir VERSION=$BUILD_VERSION $cmd"
|
||||
|
||||
echo "Fetching the results..."
|
||||
|
Reference in New Issue
Block a user