Kaydet (Commit) 4a08ed74 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

we can't use WORKDIR directly, on windows this is windows path

üst 7c64dd40
......@@ -27,7 +27,7 @@
.PHONY: cross-build-toolset dev-install build findunusedcode
$(WORKDIR)/bootstrap:
$(SRCDIR)/workdir/$(INPATH)/bootstrap:
@cd $(SRCDIR) && ./bootstrap
@mkdir -p $(dir $@) && touch $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment