mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
examples/embedding: Don't prefix $(MPTOP) to ports/unix source files.
Otherwise the build process puts the corresponding output object files in two directories lower, not in build/ports/unix.
This commit is contained in:
@@ -128,7 +128,7 @@ endif
|
||||
MAIN_C = main.c
|
||||
|
||||
# source files
|
||||
SRC_C = $(addprefix $(MPTOP)/ports/unix/,\
|
||||
SRC_C = $(addprefix ports/unix/,\
|
||||
$(MAIN_C) \
|
||||
gccollect.c \
|
||||
unix_mphal.c \
|
||||
|
||||
Reference in New Issue
Block a user