Skip to content

Commit

Permalink
Default BUILD_CC to CC to simplify native build setup
Browse files Browse the repository at this point in the history
Make it so it's enough to just set CC to use correct compiler for a native build
  • Loading branch information
AMDmi3 authored and smcameron committed Feb 3, 2021
1 parent ff15776 commit 9cee5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ OPENLASELIBDIR=
endif

CC ?= gcc
BUILD_CC ?= gcc
BUILD_CC ?= ${CC}

# DEBUG=-g
# DEBUG=
Expand Down

0 comments on commit 9cee5ee

Please sign in to comment.