Commit 24fcdea6 authored by sagnowski's avatar sagnowski
Browse files

Try make executables from /tools available again (again, hacky)

parent 6bb1fde3
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@ network_profile_path="scripts/dly_error_profiles/dly_error_profile_0.dat"
output_dir_default="out"
output_dir_voip="out_voip"

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

# Build IVAS