Install_deps: update magic build numbers of OIIO and OSL.

Please remember to change those each time you update building code and there is no version change.
Otherwise poeple re-running the script won't get the updated builds.
This commit is contained in:
Bastien Montagne
2016-02-05 12:03:58 +01:00
parent e688a62712
commit 3758828d33

View File

@@ -1454,7 +1454,7 @@ clean_OIIO() {
compile_OIIO() { compile_OIIO() {
# To be changed each time we make edits that would modify the compiled result! # To be changed each time we make edits that would modify the compiled result!
oiio_magic=15 oiio_magic=16
_init_oiio _init_oiio
# Clean install if needed! # Clean install if needed!
@@ -1682,7 +1682,7 @@ clean_OSL() {
compile_OSL() { compile_OSL() {
# To be changed each time we make edits that would modify the compiled result! # To be changed each time we make edits that would modify the compiled result!
osl_magic=19 osl_magic=20
_init_osl _init_osl
# Clean install if needed! # Clean install if needed!