mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 11:06:17 +00:00
change the order of the path declaration
This commit is contained in:
parent
032fba6d17
commit
7db5a410d0
2
debian/rules
vendored
2
debian/rules
vendored
@ -208,7 +208,7 @@ override_dh_auto_configure: preconfigure
|
||||
# if cmake is installed in /tmp/cmake/ uses it
|
||||
# Used to build llvm on old ubuntu (precise) on the llvm.org/apt/ ci
|
||||
if test -d /tmp/cmake/bin/; then \
|
||||
export PATH=$$PATH:/tmp/cmake/bin; \
|
||||
export PATH=/tmp/cmake/bin:$$PATH; \
|
||||
fi
|
||||
|
||||
# TODO(axw) specify build type for CMake
|
||||
|
Loading…
Reference in New Issue
Block a user