Skip to content

Commit

Permalink
remove unnecessary @compat call
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Sep 7, 2016
1 parent 1a0b440 commit d4278ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if !libmxnet_detected
################################################################################
# If not found, try to build automatically using BinDeps
################################################################################
if @compat(is_windows())
if is_windows()
info("Please follow the libmxnet documentation on how to build manually")
info("or to install pre-build packages:")
info("http://mxnet.readthedocs.io/en/latest/how_to/build.html#building-on-windows")
Expand Down

0 comments on commit d4278ca

Please sign in to comment.