diff options
| author | hathach <[email protected]> | 2021-09-07 13:30:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-07 13:30:51 +0700 |
| commit | f47e5402fa928c5a0cd581c894e9e18c3dfcbdfb (patch) | |
| tree | d44efc1b2e322cc6189e21ed66553914ab25b231 /examples/make.mk | |
| parent | fa030075c228390741e450664506892d317c0038 (diff) | |
add msc workaround for cxd56
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk index 9daf60e35..24f8c5572 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -61,6 +61,7 @@ GDB = $(CROSS_COMPILE)gdb OBJCOPY = $(CROSS_COMPILE)objcopy SIZE = $(CROSS_COMPILE)size MKDIR = mkdir +PYTHON = python ifeq ($(CMDEXE),1) CP = copy |
