Skip to content

Commit 720e48f

Browse files
authored
[docs] Remove reference to OBJC environment variable (#1081)
This variable has been removed in JuliaPackaging/BinaryBuilderBase.jl#149 because it wasn't really useful. [skip azp]
1 parent d7d0654 commit 720e48f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/build_tips.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ The following environment variables are automatically set in the build environme
9696
* `CC`: the C cross compiler
9797
* `CXX`: the C++ cross compiler
9898
* `FC`: the Fortran cross compiler
99-
* `OBJC`: the Objective-C cross compiler
10099

101100
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.
102101

0 commit comments

Comments
 (0)