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 6e11d9a commit e748fa6Copy full SHA for e748fa6
build.sh
@@ -145,10 +145,13 @@ ARCHNICK=32bit
145
ARCHBITS=32
146
fi
147
148
+export DLLSUFFIX=$2
149
if [ ! -e "$1" ] ; then
150
echo "Warning: assuming params to be package names!"
151
export PKGLISTNAME=buildtest
152
PKGLIST=$@
153
+ # dllsuffix will be set to the default below
154
+ export DLLSUFFIX=
155
else
156
# parameter 1: pkg-list filename
157
export PKGLISTNAME=$1
@@ -158,7 +161,6 @@ fi
158
161
159
162
# handle no dllsuffix being passed
160
163
# assumes user wants _ or __, which is what the build system is set up for
-export DLLSUFFIX=$2
164
if [ -z "$DLLSUFFIX" ] ; then
165
if [ $IS64BIT ] ; then
166
export DLLSUFFIX=__
0 commit comments