We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c56f4 commit ca0881cCopy full SHA for ca0881c
src/build-scripts/gh-installdeps.bash
@@ -8,6 +8,8 @@
8
9
set -ex
10
11
+echo "gh-installdeps.bash"
12
+
13
14
#
15
# Install system packages when those are acceptable for dependencies.
src/build-scripts/gh-win-installdeps.bash
@@ -4,6 +4,8 @@
4
# SPDX-License-Identifier: Apache-2.0
5
# https://github.com/AcademySoftwareFoundation/OpenImageIO
6
7
+echo "gh-win-installdeps.bash"
DEP_DIR="$PWD/dist/$PLATFORM"
mkdir -p "$DEP_DIR"
mkdir -p ext
0 commit comments