mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the TB_ to SB_ renaming.
This commit is contained in:
@@ -46,9 +46,9 @@ cd ..
|
||||
%if "%{_build}" != "%{_host}"
|
||||
CFLAGS_FOR_BUILD="-g -O2 -Wall" \
|
||||
%endif
|
||||
CPPFLAGS="-I $TB_TMPPREFIX/include/libusb-1.0" \
|
||||
CFLAGS="$TB_OPT_FLAGS" \
|
||||
LDFLAGS="-L $TB_TMPPREFIX/lib" \
|
||||
CPPFLAGS="-I $SB_TMPPREFIX/include/libusb-1.0" \
|
||||
CFLAGS="$SB_OPT_FLAGS" \
|
||||
LDFLAGS="-L $SB_TMPPREFIX/lib" \
|
||||
./configure \
|
||||
--build=%{_build} --host=%{_host} \
|
||||
--verbose \
|
||||
|
Reference in New Issue
Block a user