Hi, the packed docs state:
Inside of build setting values, it is possible to use variables using dollar notation. $PACKAGE_DIR contains the path to the package itself and all other variables are taken from the program environment.
Is this supposed ti work inside the dependencies "path" settings ? E.g.:
"dependencies" : {
"engine" : { "version" : "~master" , "path" : "$ENGINE" },
"derelict-gl3" : ">=1.0.6",
"derelict-glfw3" : ">=1.0.2",
},