Skip to content

Commit

Permalink
disable -static
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 28, 2020
1 parent b027655 commit bb2ac8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/container-apps-functions-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function build_make()
CPPFLAGS="${XBB_CPPFLAGS}"
CFLAGS="${XBB_CFLAGS_NO_W}"
LDFLAGS="${XBB_LDFLAGS_APP}"
if [ "${TARGET_PLATFORM}" == "win32" ]
if false # [ "${TARGET_PLATFORM}" == "win32" ]
then
LDFLAGS+=" -static"
fi
Expand Down Expand Up @@ -196,7 +196,7 @@ function build_busybox()
CPPFLAGS="${XBB_CPPFLAGS}"
CFLAGS="${XBB_CFLAGS_NO_W}"
LDFLAGS="${XBB_LDFLAGS_APP}"
if [ "${TARGET_PLATFORM}" == "win32" ]
if false # [ "${TARGET_PLATFORM}" == "win32" ]
then
LDFLAGS+=" -static"
fi
Expand Down

0 comments on commit bb2ac8f

Please sign in to comment.