Skip to content

Commit 6313089

Browse files
committed
debug
1 parent b8d655a commit 6313089

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/build_steps.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ function do_build_lib {
121121
local suffix=$2
122122
local interface64=$3
123123
local nightly=$4
124-
echo "Building with settings: '$plat' '$suffix' '$interface64'"
125-
echo get_os is $(get_os)
126-
exit -1
127124
case $(get_os)-$plat in
128125
Linux-x86_64)
129126
local bitness=64
@@ -170,6 +167,10 @@ function do_build_lib {
170167
;;
171168
esac
172169
interface_flags="$interface_flags SYMBOLPREFIX=scipy_ LIBNAMEPREFIX=scipy_ FIXED_LIBNAME=1"
170+
echo "Building with settings: plat:'$plat' suffix:'$suffix' interface64:'$interface64'"
171+
echo " interface_flags:'$interface_flags'"
172+
echo " target_flags:'$target_flags'"
173+
exit -1
173174
mkdir -p libs
174175
start_spinner
175176
set -x

0 commit comments

Comments
 (0)