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:
commit
219ffb3847
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…
x
Reference in New Issue
Block a user