linux/debug/build.sh : Fix a white space issue on configure command line.
This commit is contained in:
parent
a66e88d084
commit
804c015b25
@ -15,7 +15,8 @@ cd ${curdir}
|
||||
# To enable websock: --enable-websock \
|
||||
# To enable alsa: --enable-alsa \
|
||||
|
||||
../../../configure --prefix=${curdir} --enable-debug --enable-websock --enable-alsa \
|
||||
../../../configure --prefix=${curdir} --enable-debug --enable-websock \
|
||||
--enable-alsa \
|
||||
CFLAGS="-g -Wall" \
|
||||
CXXFLAGS="-g -Wall" \
|
||||
CPPFLAGS="-I${HOME}/sdk/libwebsockets/build/out/include" \
|
||||
|
Loading…
Reference in New Issue
Block a user