Commit b17c373a authored by sagnowski's avatar sagnowski
Browse files

Use absolute path for tools dir

parent d94bce50
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ output_dir_voip="out_voip"

# Hack to make runIvasCodec.py find networkSimulator_g192 and other executables from /tools
cp /tools/* scripts/tools/Linux
sed -i 's#"utilPath": "/tools"#"utilPath": "scripts/tools/Linux"#' scripts/config/ci_linux.json
sed -i "s#\"utilPath\": \"/tools\"#\"utilPath\": \"$(pwd)/scripts/tools/Linux\"#" scripts/config/ci_linux.json

# Build IVAS
make clean