From 8a18917869f2b807d43226f06020ec7fe73ae31c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 20 Nov 2019 11:57:36 +0000 Subject: Explain cflag for mac This solution was found in the libpd repo (issue 143) on Github. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3cf1ae7..b86beee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ matrix: - brew install lapack env: - CC="gcc" + # avoids build errors on OSx - CFLAGS="-fcommon" - PYTHON="python3" - PIP="pip3" -- cgit v1.2.3