Skip to content

Commit

Permalink
travis mac (#38)
Browse files Browse the repository at this point in the history
* chomo

* try mac options
  • Loading branch information
tqchen committed May 29, 2018
1 parent cc468fd commit 3ed0329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nnvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ALL_DEP = $(ALL_OBJ)
UNAME_S := $(shell uname -s)

ifeq ($(UNAME_S), Darwin)
WHOLE_ARCH= -force_load
NO_WHOLE_ARCH= -noforce_load
WHOLE_ARCH= -all_load
NO_WHOLE_ARCH= -noall_load
else
WHOLE_ARCH= --whole-archive
NO_WHOLE_ARCH= --no-whole-archive
Expand Down

0 comments on commit 3ed0329

Please sign in to comment.