From 7c95838fc5abceb2f6d5d8b5a0b4cafaedeff7c2 Mon Sep 17 00:00:00 2001 From: Benjamin Schulz Date: Thu, 8 Jan 2015 00:50:05 +0100 Subject: [PATCH] * fixed linker options for linux --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 26ae03c..bc726d3 100644 --- a/build/Makefile +++ b/build/Makefile @@ -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)