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 \
|
../../../configure --prefix=${curdir} --enable-websock --enable-alsa \
|
||||||
CFLAGS="-Wall" \
|
CFLAGS="-Wall" \
|
||||||
CXXFLAGS="-Wall" \
|
CXXFLAGS="-Wall" \
|
||||||
CPPFLAGS="-I${HOME}/src/libcm/build/linux/debug/include" \
|
CPPFLAGS="-I${HOME}/src/libcm/build/linux/release/include" \
|
||||||
LDFLAGS="-L${HOME}/src/libcm/build/linux/debug/lib" \
|
LDFLAGS="-L${HOME}/src/libcm/build/linux/release/lib" \
|
||||||
LIBS=
|
LIBS=
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user