mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tools, edbg: fix compiler issue on macos
This commit is contained in:
parent
afbb00cca7
commit
efcc275091
6
dist/tools/edbg/Makefile
vendored
6
dist/tools/edbg/Makefile
vendored
@ -4,6 +4,12 @@ PKG_VERSION=935bb4b1efd0e2f8434cf97443e0d95b9e02ec1d
|
||||
PKG_LICENSE=BSD-3-Clause
|
||||
PKG_BUILDDIR=$(CURDIR)/bin
|
||||
|
||||
# CC and CXX variables are set by RIOT's build process to cross compiling for
|
||||
# a specific target platfrom. Thus, we have to unset them to build edgb using
|
||||
# the system C/C++ compilers - i.e, to avoid conflicts on macOS systems
|
||||
CC=
|
||||
CXX=
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all: git-download
|
||||
|
Loading…
Reference in New Issue
Block a user