mirror of
https://github.com/boostorg/build.git
synced 2026-02-19 14:22:10 +00:00
clear STDHDRS variable to prevent '/usr/include' to be added as include path
[SVN r24890]
This commit is contained in:
@@ -87,6 +87,11 @@ if ! $(ARFLAGS)
|
||||
flags xlc ARFLAGS : "" ;
|
||||
}
|
||||
|
||||
# Clear the STDHDRS variable which contains /usr/include. Vacpp does not like
|
||||
# that this sys directory is included (vacpp related headers are in
|
||||
# /usr/vacpp/include)
|
||||
STDHDRS = ;
|
||||
|
||||
#### Link ####
|
||||
|
||||
rule Link-action
|
||||
|
||||
Reference in New Issue
Block a user