release/build.sh : Updated to use release version of libcm
This commit is contained in:
parent
efc07ac070
commit
2eedbf1774
@ -10,8 +10,8 @@ cd ${curdir}
|
||||
../../../configure --prefix=${curdir} --enable-websock --enable-alsa \
|
||||
CFLAGS="-Wall" \
|
||||
CXXFLAGS="-Wall" \
|
||||
CPPFLAGS="-I${HOME}/src/libcm/build/linux/debug/include" \
|
||||
LDFLAGS="-L${HOME}/src/libcm/build/linux/debug/lib" \
|
||||
CPPFLAGS="-I${HOME}/src/libcm/build/linux/release/include" \
|
||||
LDFLAGS="-L${HOME}/src/libcm/build/linux/release/lib" \
|
||||
LIBS=
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user