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 64f71ae commit 059468fCopy full SHA for 059468f
nghttp2/nghttp2-build.sh
@@ -237,7 +237,7 @@ buildTVOS()
237
# LANG=C sed -i -- 's/D\_REENTRANT\:iOS/D\_REENTRANT\:tvOS/' "./Configure"
238
# chmod u+x ./Configure
239
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"
+ ./configure --disable-shared --disable-app --disable-threads --enable-lib-only --prefix="${NGHTTP2}/tvOS/${ARCH}" --host="arm-apple-darwin" &> "/tmp/${NGHTTP2_VERSION}-tvOS-${ARCH}.log"
241
LANG=C sed -i -- 's/define HAVE_FORK 1/define HAVE_FORK 0/' "config.h"
242
243
# add -isysroot to CC=
0 commit comments