From c33504189a202a50a5be7184f311424f020841c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ferdinand=20Rivera=20Morell?= Date: Sun, 18 Aug 2024 11:18:24 -0500 Subject: [PATCH] Remove CI fetch of functional. --- .drone/drone.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/drone.bat b/.drone/drone.bat index 6aa806a..66aaf78 100644 --- a/.drone/drone.bat +++ b/.drone/drone.bat @@ -12,7 +12,7 @@ if "%DRONE_BRANCH%" == "master" set BOOST_BRANCH=master cd .. git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root cd boost-root -git submodule update --init tools/boostdep libs/functional +git submodule update --init tools/boostdep xcopy /s /e /q %DRONE_BUILD_DIR% libs\%LIBRARY%\ python tools/boostdep/depinst/depinst.py %LIBRARY% cmd /c bootstrap