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 b027655 commit bb2ac8fCopy full SHA for bb2ac8f
1 file changed
scripts/container-apps-functions-source.sh
@@ -69,7 +69,7 @@ function build_make()
69
CPPFLAGS="${XBB_CPPFLAGS}"
70
CFLAGS="${XBB_CFLAGS_NO_W}"
71
LDFLAGS="${XBB_LDFLAGS_APP}"
72
- if [ "${TARGET_PLATFORM}" == "win32" ]
+ if false # [ "${TARGET_PLATFORM}" == "win32" ]
73
then
74
LDFLAGS+=" -static"
75
fi
@@ -196,7 +196,7 @@ function build_busybox()
196
197
198
199
200
201
202
0 commit comments