mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Added support for x86_64 automatic builds.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10224 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e4251a348d
commit
b29f66b2cf
@ -3,9 +3,10 @@
|
|||||||
# The installer will be placed in ./installer/output/.
|
# The installer will be placed in ./installer/output/.
|
||||||
# InstallJammer must be installed and in the PATH.
|
# InstallJammer must be installed and in the PATH.
|
||||||
|
|
||||||
DIST=`lsb_release -i | awk '{print $3}'`
|
ARCH=`uname -m`
|
||||||
HOST="i586-mingw32msvc"
|
if [ "$ARCH" == "x86_64" ]; then
|
||||||
if [ "$DIST" == "openSUSE" ]; then
|
HOST="x86_64-w64-mingw32"
|
||||||
|
else
|
||||||
HOST="i686-w64-mingw32"
|
HOST="i686-w64-mingw32"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user