BUILD: Fix common.mk

This commit is contained in:
hasufell 2014-05-31 01:33:41 +02:00
parent 2fbeb412cf
commit c7d06dc7bc
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

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