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 615a5d2 commit c7bf8b1Copy full SHA for c7bf8b1
cpython-unix/build-tk.sh
@@ -26,7 +26,7 @@ LDFLAGS="${EXTRA_TARGET_LDFLAGS}"
26
if [[ "${PYBUILD_PLATFORM}" = macos* ]]; then
27
CFLAGS="${CFLAGS} -I${TOOLS_PATH}/deps/include -Wno-availability"
28
CFLAGS="${CFLAGS} -Wno-deprecated-declarations -Wno-unknown-attributes -Wno-typedef-redefinition"
29
- LDFLAGS="-L${TOOLS_PATH}/deps/lib"
+ LDFLAGS="${LDFLAGS} -L${TOOLS_PATH}/deps/lib"
30
EXTRA_CONFIGURE_FLAGS="--enable-aqua=yes --without-x"
31
else
32
LDFLAGS="${LDFLAGS} -Wl,--exclude-libs,ALL"
0 commit comments