You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/build_tips.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,6 @@ The following environment variables are automatically set in the build environme
96
96
*`CC`: the C cross compiler
97
97
*`CXX`: the C++ cross compiler
98
98
*`FC`: the Fortran cross compiler
99
-
*`OBJC`: the Objective-C cross compiler
100
99
101
100
The above variables point to utilities for the target environment. To reference the utilities for the host environment either prepend `HOST` or append `_HOST`. For example, `HOSTCC` and `CC_HOST` point to the native C compiler.
0 commit comments