mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[python] Add qstrdefs.generated.h to generated_headers in Makefile.
This fixes a compilation bug when building without "-j8". Change-Id: Ic30d379837ab685843f011c3dba01e3d38d2402a
This commit is contained in:
@@ -203,6 +203,8 @@ endif
|
||||
|
||||
# QSTR generation
|
||||
|
||||
generated_headers += $(addprefix python/port/genhdr/, qstrdefs.generated.h)
|
||||
|
||||
python/port/genhdr/qstrdefs.generated.h: python/port/genhdr/qstrdefs.in.h
|
||||
@echo "QSTRDAT $@"
|
||||
$(Q) $(PYTHON) python/src/py/makeqstrdata.py $< > $@
|
||||
|
||||
Reference in New Issue
Block a user