diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-19 14:46:04 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-19 14:46:04 +0200 |
commit | cc381711f4f6be93b03b8577e35d4dd37db6963c (patch) | |
tree | d9808e7662b67f331546acab634836efe22a094c /src | |
parent | 0cfdf4f12ef7b707eaa7031fd86a48fc87c570b4 (diff) | |
download | ee-python-cc381711f4f6be93b03b8577e35d4dd37db6963c.tar.gz ee-python-cc381711f4f6be93b03b8577e35d4dd37db6963c.tar.bz2 ee-python-cc381711f4f6be93b03b8577e35d4dd37db6963c.tar.xz ee-python-cc381711f4f6be93b03b8577e35d4dd37db6963c.zip |
build.ninja.j2: Use $ee instead of literal ee to make sure the same ee
instance is used.
Diffstat (limited to 'src')
-rw-r--r-- | src/ee/tools/templates/build.ninja.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |