mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 07:59:46 +00:00
All: What the heck, vim. Fix Qt5 path for travis
This commit is contained in:
parent
7ef6c2c38d
commit
8724094076
@ -2,9 +2,6 @@ os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
env:
|
||||
- CMAKE_PREFIX_PATH=/usr/local/opt/qt4
|
||||
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
@ -16,4 +13,4 @@ dist: trusty
|
||||
before_install:
|
||||
- ./.travis-deps.sh
|
||||
|
||||
script: mkdir build && cd build && cmake .. && make
|
||||
script: mkdir build && cd build && cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5 .. && make
|
||||
|
Loading…
Reference in New Issue
Block a user