1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 07:23:37 +02:00

Do not use ninja on OSX

This commit is contained in:
Guillaume Chatelet 2019-01-17 14:45:44 +01:00
parent 8685431ded
commit 3130eef35d

View File

@ -30,10 +30,12 @@ matrix:
compiler: gcc
env:
TARGET=x86_64-osx
CMAKE_GENERATOR="Unix Makefiles"
- os: osx
compiler: clang
env:
TARGET=x86_64-osx
CMAKE_GENERATOR="Unix Makefiles"
- os: windows
env:
TARGET=x86_64-windows