1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #7283 from smlng/dist/tools/edbg/fix_macos

tools, edbg: fix compiler issue on macos
This commit is contained in:
Thomas Eichinger 2017-07-04 13:48:24 -07:00 committed by GitHub
commit 219ffb3847

View File

@ -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