Skip to content
Snippets Groups Projects
Commit 219ffb38 authored by Thomas Eichinger's avatar Thomas Eichinger Committed by GitHub
Browse files

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

tools, edbg: fix compiler issue on macos
parents e91c077a efcc2750
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,12 @@ PKG_VERSION=935bb4b1efd0e2f8434cf97443e0d95b9e02ec1d ...@@ -4,6 +4,12 @@ PKG_VERSION=935bb4b1efd0e2f8434cf97443e0d95b9e02ec1d
PKG_LICENSE=BSD-3-Clause PKG_LICENSE=BSD-3-Clause
PKG_BUILDDIR=$(CURDIR)/bin 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 .PHONY: all
all: git-download all: git-download
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment