Add -I examples to depinst

This commit is contained in:
Peter Dimov
2022-09-19 13:50:36 +03:00
parent e3cd2d7de8
commit a2aaefc71a
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boos
cd boost-root cd boost-root
git submodule update --init tools/boostdep git submodule update --init tools/boostdep
xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\ xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\
python tools/boostdep/depinst/depinst.py %LIBRARY% python tools/boostdep/depinst/depinst.py -I examples %LIBRARY%
cmd /c bootstrap cmd /c bootstrap
b2 -d0 headers b2 -d0 headers

View File

@@ -16,7 +16,7 @@ git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost
cd boost-root cd boost-root
git submodule update --init tools/boostdep git submodule update --init tools/boostdep
cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY
python tools/boostdep/depinst/depinst.py $LIBRARY python tools/boostdep/depinst/depinst.py -I examples $LIBRARY
./bootstrap.sh ./bootstrap.sh
./b2 -d0 headers ./b2 -d0 headers