File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 189189
190190if [[ " $OPENJPEG_VERSION " != " " ]] ; then
191191 source src/build-scripts/build_OpenJPEG.bash
192+ else
193+ echo " OPENJPEG_VERSION is unset on linux - not running the bash script that insalls it"
192194fi
193195
194196if [[ " $PUGIXML_VERSION " != " " ]] ; then
Original file line number Diff line number Diff line change @@ -75,6 +75,13 @@ if [[ "$OPENEXR_VERSION" != "" ]] ; then
7575 # the above line is admittedly sketchy
7676fi
7777
78+ if [[ " $OPENJPEG_VERSION " != " " ]] ; then
79+ source src/build-scripts/build_OpenJPEG.bash
80+ else
81+ echo " OPENJPEG_VERSION is unset on windows - not running the bash script that insalls it"
82+ fi
83+
84+
7885cp $DEP_DIR /lib/* .lib $DEP_DIR /bin || true
7986cp $DEP_DIR /bin/* .dll $DEP_DIR /lib || true
8087echo " DEP_DIR $DEP_DIR :"
You can’t perform that action at this time.
0 commit comments