preserve EPICS_HOST_ARCH

If manually specified
This commit is contained in:
Michael Davidsaver
2019-10-20 11:20:22 -07:00
parent 1bbf51635d
commit aac51b80a9

View File

@@ -57,7 +57,7 @@ then
cat $CURDIR/configure/RELEASE.local
fi
EPICS_HOST_ARCH=`sh epics-base/startup/EpicsHostArch`
[ "$EPICS_HOST_ARCH" ] || EPICS_HOST_ARCH=`sh epics-base/startup/EpicsHostArch`
# requires wine and g++-mingw-w64-i686
if [ "$WINE" = "32" ]