We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7481d commit e2e63bdCopy full SHA for e2e63bd
cpython-unix/build-bdb.sh
@@ -13,7 +13,7 @@ tar -xf db-${BDB_VERSION}.tar.gz
13
14
pushd db-${BDB_VERSION}/build_unix
15
16
-CLFAGS="${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" ../dist/configure \
+CFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" ../dist/configure \
17
--build=${BUILD_TRIPLE} \
18
--target=${TARGET_TRIPLE} \
19
--prefix=/tools/deps \
0 commit comments