summaryrefslogtreecommitdiffstats
path: root/win32_build.sh
diff options
context:
space:
mode:
authorMike Latimer <mlatimer@suse.com>2020-03-24 03:16:28 +0100
committerLucian Petrut <lpetrut@cloudbasesolutions.com>2020-12-09 19:01:02 +0100
commit451fe3dc49fc2e4e0c314c27c4f9a6fddde0be5e (patch)
tree6faba9c01898069aa7da09329c96af853e890046 /win32_build.sh
parentcmake: drop Python dependency when targeting Windows (diff)
downloadceph-451fe3dc49fc2e4e0c314c27c4f9a6fddde0be5e.tar.xz
ceph-451fe3dc49fc2e4e0c314c27c4f9a6fddde0be5e.zip
win32*.sh: isolate network operations when building win32 dependencies
We'll move network operations (git/wget/curl) under a conditional check of the source directory. This will ensure that the script is idempotent and that network operations can be avoided, using pre-existing sources if available. Signed-off-by: Mike Latimer <mlatimer@suse.com> Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
Diffstat (limited to 'win32_build.sh')
-rwxr-xr-xwin32_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32_build.sh b/win32_build.sh
index 7f364aabdc1..afe5745e356 100755
--- a/win32_build.sh
+++ b/win32_build.sh
@@ -48,7 +48,7 @@ sslDir="${depsToolsetDir}/openssl"
curlDir="${depsToolsetDir}/curl"
boostDir="${depsToolsetDir}/boost"
zlibDir="${depsToolsetDir}/zlib"
-backtraceDir="${depsToolsetDir}/backtrace"
+backtraceDir="${depsToolsetDir}/libbacktrace"
snappyDir="${depsToolsetDir}/snappy"
winLibDir="${depsToolsetDir}/windows/lib"
wnbdSrcDir="${depsSrcDir}/wnbd"