mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 12:22:12 +00:00
also recommend to install objc header
This commit is contained in:
parent
8b13e24e41
commit
803058736f
1
debian/qualify-clang.sh
vendored
1
debian/qualify-clang.sh
vendored
@ -275,6 +275,7 @@ done
|
||||
|
||||
echo "If the following fails, try setting an environment variable such as:"
|
||||
echo "OBJC_INCLUDE_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/include"
|
||||
echo "libobjc-7-dev should be also installed"
|
||||
echo "#include <objc/objc.h>" > foo.m
|
||||
clang-$VERSION -c foo.m
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user