build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit b774a075afe3c6779745050af920d616c67d7f96
parent ab8674c5ef3bdf0d5b675dc940fb2e2c7e3d62ae
Author: ng0 <ng0@n0.is>
Date:   Wed,  9 Oct 2019 17:35:29 +0000

babel not bable

Diffstat:
Mconfigure.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.py b/configure.py @@ -59,8 +59,8 @@ def tool_emscripten(): def tool_pybabel(): # No suffix. Would probably be cheaper to do this in # the dict as well. - if existence('pybable'): - return 'pybable' + if existence('pybabel'): + return 'pybabel' else: # Has suffix, try suffix. We know the names in advance, # so use a dictionary and iterate over it. Use enough names