Don't overwrite LANG in each language's Makefile.
Problem was introduced with last commit. Seems like it doesn't matter since LANG is passed in with the build command which will override the Makefile var anyways. Interesting that the en/Makefile is being copied to all the other languages before build command is issued.
Loading
Please sign in to comment