diff options
Diffstat (limited to 'bash/.bashrc')
| -rwxr-xr-x | bash/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index fe96ef6..1d96613 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -205,6 +205,7 @@ fi | |||
| 205 | 205 | ||
| 206 | if exists xcrun; then | 206 | if exists xcrun; then |
| 207 | SDK_PATH="$(xcrun --show-sdk-path)" | 207 | SDK_PATH="$(xcrun --show-sdk-path)" |
| 208 | PATH="$PATH:$(xcrun --show-sdk-path)/usr/bin" | ||
| 208 | export C_INCLUDE_PATH="$C_INCLUDE_PATH:$SDK_PATH/usr/include" | 209 | export C_INCLUDE_PATH="$C_INCLUDE_PATH:$SDK_PATH/usr/include" |
| 209 | export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include" | 210 | export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include" |
| 210 | fi | 211 | fi |
