Merge "[clang-tools] Symlink lib -> lib64 in prebuilts/clang-tools"
This commit is contained in:
@@ -60,6 +60,10 @@ update_prebuilts () {
|
|||||||
rm .fetch* || true
|
rm .fetch* || true
|
||||||
|
|
||||||
find . | xargs touch
|
find . | xargs touch
|
||||||
|
|
||||||
|
# create symlink lib -> lib64 as toolchain libraries have a RUNPATH pointing
|
||||||
|
# to $ORIGIN/../lib instead of lib64
|
||||||
|
ln -s lib64 lib
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user