Fix the TB_ to SB_ renaming.

This commit is contained in:
Chris Johns
2012-11-05 15:29:06 +11:00
parent e9af460249
commit 3bcb28731f

View File

@@ -46,9 +46,9 @@ cd ..
%if "%{_build}" != "%{_host}" %if "%{_build}" != "%{_host}"
CFLAGS_FOR_BUILD="-g -O2 -Wall" \ CFLAGS_FOR_BUILD="-g -O2 -Wall" \
%endif %endif
CPPFLAGS="-I $TB_TMPPREFIX/include/libusb-1.0" \ CPPFLAGS="-I $SB_TMPPREFIX/include/libusb-1.0" \
CFLAGS="$TB_OPT_FLAGS" \ CFLAGS="$SB_OPT_FLAGS" \
LDFLAGS="-L $TB_TMPPREFIX/lib" \ LDFLAGS="-L $SB_TMPPREFIX/lib" \
./configure \ ./configure \
--build=%{_build} --host=%{_host} \ --build=%{_build} --host=%{_host} \
--verbose \ --verbose \