Skip to content

Commit

Permalink
Change Makefile for OS X to use clang instead of gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Grawert committed Nov 12, 2017
1 parent e3bacf1 commit 33e792f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/makefiles/Makefile.osx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=gcc
ARCH=-arch i386 -arch x86_64 -arch ppc
CC=clang
ARCH=-mmacosx-version-min=10.6.0
SOURCE=args.c \
avra.c \
coff.c \
Expand Down

0 comments on commit 33e792f

Please sign in to comment.