mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
installdeps: fix mxe compiler ccache symlinks.
For some versions of the mxe ubuntu repositories, the compiler/ccache packages have a bug where the compiler a broken symlink to ccache. Make sure the expected symlink to ccache exists. Add pre-build instructions to add /usr/lib/mxe/usr/bin to the PATH. Amend the PATH for the mxe travis jobs as well. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
@@ -30,10 +30,12 @@ before_install:
|
||||
mingw-w64 )
|
||||
ARG=MinGW-w64-x86_64
|
||||
CMAKE=/usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-cmake
|
||||
PATH="$PATH:/usr/lib/mxe/usr/bin"
|
||||
;;
|
||||
mingw-w32 )
|
||||
ARG=MinGW-w64-i686
|
||||
CMAKE=/usr/lib/mxe/usr/bin/i686-w64-mingw32.static-cmake
|
||||
PATH="$PATH:/usr/lib/mxe/usr/bin"
|
||||
;;
|
||||
* )
|
||||
CMAKE=cmake
|
||||
|
Reference in New Issue
Block a user