From cc381711f4f6be93b03b8577e35d4dd37db6963c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 19 Aug 2019 14:46:04 +0200 Subject: build.ninja.j2: Use $ee instead of literal ee to make sure the same ee instance is used. --- src/ee/tools/templates/build.ninja.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ee/tools/templates/build.ninja.j2 b/src/ee/tools/templates/build.ninja.j2 index ddb47d5..15407d3 100644 --- a/src/ee/tools/templates/build.ninja.j2 +++ b/src/ee/tools/templates/build.ninja.j2 @@ -209,7 +209,7 @@ build $public_dir/seeed/opl/{{ opl }}.xml: seeed-download-opl {%- endif %} rule ee-ninja - command = ee ninja && touch $out + command = $ee ninja && touch $out build build.ninja ee.ninja: ee-ninja eeconfig generator = yes -- cgit v1.2.3