Skip to content

Commit 059468f

Browse files
committed
Fix tvOS logging config
1 parent 64f71ae commit 059468f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nghttp2/nghttp2-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ buildTVOS()
237237
# LANG=C sed -i -- 's/D\_REENTRANT\:iOS/D\_REENTRANT\:tvOS/' "./Configure"
238238
# chmod u+x ./Configure
239239

240-
./configure --disable-shared --disable-app --disable-threads --enable-lib-only --prefix="${NGHTTP2}/tvOS/${ARCH}" --host="arm-apple-darwin" &> "/tmp/${CURL_VERSION}-tvOS-${ARCH}.log"
240+
./configure --disable-shared --disable-app --disable-threads --enable-lib-only --prefix="${NGHTTP2}/tvOS/${ARCH}" --host="arm-apple-darwin" &> "/tmp/${NGHTTP2_VERSION}-tvOS-${ARCH}.log"
241241
LANG=C sed -i -- 's/define HAVE_FORK 1/define HAVE_FORK 0/' "config.h"
242242

243243
# add -isysroot to CC=

0 commit comments

Comments
 (0)