mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
installdeps: fix build instructions for mxe
Change cmake executable prefix from `x86-64` to the correct `x86_64` for the 64 bit architecture.
This commit is contained in:
@@ -283,17 +283,17 @@ debian_installdeps() {
|
||||
case "$target" in
|
||||
mingw-w64-i686)
|
||||
target='i686-w64-mingw32.static'
|
||||
CMAKE="/usr/lib/mxe/usr/bin/i686-w64-mingw32.static-cmake"
|
||||
;;
|
||||
mingw-w64-x86_64)
|
||||
target='x86-64-w64-mingw32.static'
|
||||
CMAKE="/usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-cmake"
|
||||
;;
|
||||
*)
|
||||
error "unknown cross target (you shouldn't see this)"
|
||||
;;
|
||||
esac
|
||||
|
||||
CMAKE="/usr/lib/mxe/usr/bin/${target}-cmake"
|
||||
|
||||
mxe_apt_sources='/etc/apt/sources.list.d/mxeapt.list'
|
||||
|
||||
sudo apt-get -qq update
|
||||
|
Reference in New Issue
Block a user