Fix path to install_root

This commit is contained in:
Ian Bell
2015-09-01 23:58:23 -06:00
parent 6b8b2ad7a2
commit 066d62cbd5

View File

@@ -7,8 +7,8 @@ python generate_headers.py
mkdir -p ../build
cd ../build
swig -matlab -c++ -I../../../../include -outcurrentdir ../../../../src/CoolProp.i
cd ../..
7z a install_root/MATLAB/swigged_MATLAB_src.7z coolprop
cd ../.. #dev/scripts
7z a ../../install_root/MATLAB/swigged_MATLAB_src.7z coolprop
# afterwards in the coolprop/build directory
# cmake .. -DCOOLPROP_MATLAB_SWIGAUTOGENERATED=ON