Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Kitt-AI/snowboy
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen committed May 16, 2016
2 parents c3fd1be + 5d33614 commit a5d1774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swig/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ else
# would like to be able to move the library to a machine without Atlas.
LDLIBS := -lm -ldl -lf77blas -lcblas -llapack_atlas -latlas
SNOWBOYDETECTLIBFILE = $(TOPDIR)/lib/ubuntu64/libsnowboy-detect.a
ifneq (,$(findstring arm,$(shell uname -m)))
SNOWBOYDETECTLIBFILE = $(TOPDIR)/lib/rpi/libsnowboy-detect.a
endif
endif

all: $(SNOWBOYSWIGLIBFILE) $(SNOWBOYDETECTSWIGLIBFILE)
Expand Down

0 comments on commit a5d1774

Please sign in to comment.