mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 08:52:42 +00:00
version 7 is probably safer
This commit is contained in:
parent
e6f2b61e4f
commit
8b13e24e41
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -274,7 +274,7 @@ for SYSTEM in ""; do
|
||||
done
|
||||
|
||||
echo "If the following fails, try setting an environment variable such as:"
|
||||
echo "OBJC_INCLUDE_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/include"
|
||||
echo "OBJC_INCLUDE_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/include"
|
||||
echo "#include <objc/objc.h>" > foo.m
|
||||
clang-$VERSION -c foo.m
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user