Skip to content

Commit e2e63bd

Browse files
committed
unix: fix CFLAGS typo in test-bdb.sh
Fixes #36.
1 parent 4a7481d commit e2e63bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-bdb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tar -xf db-${BDB_VERSION}.tar.gz
1313

1414
pushd db-${BDB_VERSION}/build_unix
1515

16-
CLFAGS="${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" ../dist/configure \
16+
CFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" ../dist/configure \
1717
--build=${BUILD_TRIPLE} \
1818
--target=${TARGET_TRIPLE} \
1919
--prefix=/tools/deps \

0 commit comments

Comments
 (0)