Skip to content

Commit

Permalink
Merge pull request #28 from Thegaram/fix_build
Browse files Browse the repository at this point in the history
Fix mac build issue
  • Loading branch information
domsj authored Apr 20, 2018
2 parents 4e073fe + abf0e41 commit c220f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROCKS_LIB ?= rocksdb
export ROCKS_LIB ROCKS_LIBDIR

ROCKS_LINKFLAGS = \
-lflag -cclib -lflag -Wl,-rpath=$(ROCKS_LIBDIR) \
-lflag -cclib -lflag -Wl,-rpath,$(ROCKS_LIBDIR) \
-lflags -cclib,-L$(ROCKS_LIBDIR),-cclib,-l$(ROCKS_LIB)

build:
Expand Down

0 comments on commit c220f03

Please sign in to comment.