mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 05:01:46 +00:00
makefile fix for linux?
This commit is contained in:
parent
b3d3dd31dc
commit
dea3294445
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -111,4 +111,8 @@ $(BUILDDIR)/$(TARGET)/script/builtin.o: $(BUILDDIR)/$(TARGET)/script/builtin.c
|
||||||
|
|
||||||
$(BUILDDIR)/$(TARGET)/script/builtin.c: scripts/*.te
|
$(BUILDDIR)/$(TARGET)/script/builtin.c: scripts/*.te
|
||||||
@mkdir -p "$(@D)"
|
@mkdir -p "$(@D)"
|
||||||
|
ifeq ($(OS),Windows_NT)
|
||||||
@py te2c.py "$(BUILDDIR)/$(TARGET)/script/builtin" scripts
|
@py te2c.py "$(BUILDDIR)/$(TARGET)/script/builtin" scripts
|
||||||
|
else
|
||||||
|
@python3 te2c.py "$(BUILDDIR)/$(TARGET)/script/builtin" scripts
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue