]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
win32*.sh: ensure that the build dir exists
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 7 May 2021 07:18:39 +0000 (07:18 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 10 May 2021 13:55:58 +0000 (13:55 +0000)
commit70e645926facb2046f4e9f7e507edb4bbef37b9a
tree3043f1ff90f544c2911eb0ecff7d699b48a74833
parent686c6c2221ab2fd997961bf22a90499f40b5725a
win32*.sh: ensure that the build dir exists

The Windows build scripts try to use the build dir before
actually creating it.

We'll have to move up the "mkdir" command a few lines.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit c6404e15cb2cde046224433403349e7437f3044e)
win32_build.sh