We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe2432 commit d94dbaaCopy full SHA for d94dbaa
docker/building_dependencies/runtime_env.sh
@@ -33,6 +33,6 @@ export CXX=$UTBOT_INSTALL_DIR/bin/clang++
33
export CPATH=$CPATH:$UTBOT_ALL/klee/include
34
export LD_LIBRARY_PATH=$UTBOT_INSTALL_DIR/lib
35
export LDFLAGS='-fuse-ld=gold'
36
-export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$UTBOT_ALL/bear/bin:$UTBOT_ALL/klee/bin:$UTBOT_INSTALL_DIR/bin
+export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$UTBOT_ALL/bear/bin:$UTBOT_ALL/klee/bin:$UTBOT_INSTALL_DIR/bin:$PATH
37
38
export VERSION=$(date '+%Y.%-m').0
0 commit comments