Skip to content

Commit

Permalink
Error when attempting to build on macOS without Xcode CLT (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan authored Sep 29, 2017
1 parent bc54349 commit f9379c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if Sys.KERNEL === :Darwin && (!success(`command -v xcode-select`) || isempty(readchomp(`xcode-select -p`)))
error("Building Rmath on macOS requires the Xcode command line tools to be installed.\n",
"You can install them from the command line using `xcode-select --install`.")
end

using BinDeps

@BinDeps.setup
Expand Down

0 comments on commit f9379c0

Please sign in to comment.