mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[build] rule_for now takes both "local" and "global" parameters
Previous the build would fail on macOS if you had an epsilon.elf file in at the root of the project. Indeed, the %.elf -> %.bin rule would get triggered, but this rule should only operate on generated (intermediate) elf file.
This commit is contained in:
committed by
LeaNumworks
parent
7d5cad32b1
commit
84f6b179de
@@ -183,7 +183,8 @@ $(eval $(call rule_for, \
|
||||
QSTRDAT, \
|
||||
python/port/genhdr/qstrdefs.generated.h, \
|
||||
python/port/genhdr/qstrdefs.in.h, \
|
||||
$$(PYTHON) python/src/py/makeqstrdata.py $$< > $$@ \
|
||||
$$(PYTHON) python/src/py/makeqstrdata.py $$< > $$@, \
|
||||
global \
|
||||
))
|
||||
|
||||
$(call object_for,$(python_src)): $(BUILD_DIR)/python/port/genhdr/qstrdefs.generated.h
|
||||
|
||||
Reference in New Issue
Block a user