BUILD: fix automatic toolchain detection

This commit is contained in:
hasufell 2014-06-02 21:41:09 +02:00
parent f23720fe07
commit 6199ab2505
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ before_script:
- sudo make install
- cd ..
script:
- make
- make CC=clang

View File

@ -1,5 +1,5 @@
# compiler, tools
CC ?= $(shell type -P clang || echo gcc)
CC = $(shell type -P clang || echo gcc)
PKG_CONFIG ?= pkg-config
# flags