Skip to content

Commit bb2ac8f

Browse files
committed
disable -static
1 parent b027655 commit bb2ac8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/container-apps-functions-source.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function build_make()
6969
CPPFLAGS="${XBB_CPPFLAGS}"
7070
CFLAGS="${XBB_CFLAGS_NO_W}"
7171
LDFLAGS="${XBB_LDFLAGS_APP}"
72-
if [ "${TARGET_PLATFORM}" == "win32" ]
72+
if false # [ "${TARGET_PLATFORM}" == "win32" ]
7373
then
7474
LDFLAGS+=" -static"
7575
fi
@@ -196,7 +196,7 @@ function build_busybox()
196196
CPPFLAGS="${XBB_CPPFLAGS}"
197197
CFLAGS="${XBB_CFLAGS_NO_W}"
198198
LDFLAGS="${XBB_LDFLAGS_APP}"
199-
if [ "${TARGET_PLATFORM}" == "win32" ]
199+
if false # [ "${TARGET_PLATFORM}" == "win32" ]
200200
then
201201
LDFLAGS+=" -static"
202202
fi

0 commit comments

Comments
 (0)