mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Set KORE_SOURCE for tools-build target.
This commit is contained in:
parent
e87ba0f2d8
commit
a62c504a40
5
Makefile
5
Makefile
@ -229,7 +229,10 @@ uninstall:
|
||||
tools-build: $(KODEV)
|
||||
for t in $(TOOLS); do \
|
||||
cd tools/$$t; \
|
||||
env KODEV_OUTPUT=$(KOREPATH) KORE_BUILD_FLAVOR=$(OSNAME) \
|
||||
env \
|
||||
KODEV_OUTPUT=$(KOREPATH) \
|
||||
KORE_SOURCE=$(KOREPATH) \
|
||||
KORE_BUILD_FLAVOR=$(OSNAME) \
|
||||
$(KOREPATH)/$(KODEV) build; \
|
||||
cd $(KOREPATH); \
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user