Skip to content

Commit

Permalink
* fixed linker options for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schulz committed Jan 7, 2015
1 parent c4fb8ad commit 7c95838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BINARY=../bin/$(UNAME)/wav2json
SRC=../src

ifeq ($(UNAME), Linux)
LD_PLATFORM_FLAGS=-lboost_program_options
LD_PLATFORM_FLAGS=-lboost_program_options -lsndfile
CC=g++
endif
ifeq ($(UNAME), Darwin)
Expand Down

0 comments on commit 7c95838

Please sign in to comment.