summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-09-07 18:06:40 +0700
committerGitHub <[email protected]>2021-09-07 18:06:40 +0700
commit582e5dbac53aa2ac7c24249712081833986b3f27 (patch)
tree0a4a1c6676cea9efb048945c270dee9ee74ed0e0 /examples
parent78f88cf5c4380f5a6c7a86397c48a7302ee36b47 (diff)
parent785cdf67f0e03a456fd2dfad7b769b094f7e07ce (diff)
Merge pull request #1075 from hathach/fix-cxd56-msc
Fix cxd56 msc
Diffstat (limited to 'examples')
-rw-r--r--examples/make.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 9daf60e35..c894d35f4 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -65,10 +65,12 @@ MKDIR = mkdir
ifeq ($(CMDEXE),1)
CP = copy
RM = del
+ PYTHON = python
else
SED = sed
CP = cp
RM = rm
+ PYTHON = python3
endif
#-------------- Source files and compiler flags --------------