mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
fixed makefile
This commit is contained in:
parent
f8b97d2955
commit
ee38f5210a
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
VERSION = 0.2.1
|
||||
SHELL = /bin/bash
|
||||
|
||||
CC = /usr/bin/g++
|
||||
CFLAGS = -std=c++0x -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
|
||||
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common
|
||||
|
|
Loading…
Add table
Reference in a new issue