cs configure: use strip -S on racket with --enable-embedfw on Mac OS

Closes #3349
This commit is contained in:
Matthew Flatt 2020-08-16 16:00:38 -06:00
parent 4a4e12bc8c
commit 413106413d
2 changed files with 6 additions and 0 deletions

View File

@ -4293,6 +4293,9 @@ case "$host_os" in
CPPFLAGS="${CPPFLAGS} -DRACKET_XONX"
strip_needs_dash_s=yes
fi
if test "${enable_embedfw}" = "yes" ; then
strip_needs_dash_s=yes
fi
PROPAGATE_SUB_CONFIGURE=no
if test "${enable_sdk}" != "" ; then

View File

@ -261,6 +261,9 @@ case "$host_os" in
CPPFLAGS="${CPPFLAGS} -DRACKET_XONX"
strip_needs_dash_s=yes
fi
if test "${enable_embedfw}" = "yes" ; then
strip_needs_dash_s=yes
fi
PROPAGATE_SUB_CONFIGURE=no
m4_include(../ac/sdk_mac.m4)