-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[Clang][Docs][NFC] Correct documentation for the CPATH environment variable #129113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -733,16 +733,17 @@ ENVIRONMENT | |
|
|
||
| .. envvar:: CPATH | ||
|
|
||
| If this environment variable is present, it is treated as a delimited list of | ||
| paths to be added to the default system include path list. The delimiter is | ||
| the platform dependent delimiter, as used in the PATH environment variable. | ||
|
|
||
| Empty components in the environment variable are ignored. | ||
| This environment variable specifies additional header file search paths which | ||
| behave as if they were specified with the :option:`-I\<directory\>` option at | ||
| the end of the driver command line. Paths are delimited by the platform | ||
| dependent delimiter as used in the ``PATH`` environment variable. Empty | ||
| components in the environment variable are ignored. | ||
|
||
|
|
||
| .. envvar:: C_INCLUDE_PATH, OBJC_INCLUDE_PATH, CPLUS_INCLUDE_PATH, OBJCPLUS_INCLUDE_PATH | ||
|
|
||
| These environment variables specify additional paths, as for :envvar:`CPATH`, which are | ||
| only used when processing the appropriate language. | ||
| These environment variables specify additional system header file search | ||
| paths to be used when processing the corresponding language. Search paths are | ||
| delimited as for the :envvar:`CPATH` environment variable. | ||
|
|
||
| .. envvar:: MACOSX_DEPLOYMENT_TARGET | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.