set LANG variable to C (#888)

Co-authored-by: Loïs <loislag@outlook.fr>
This commit is contained in:
Loïs 2022-09-14 18:39:55 +02:00 committed by GitHub
parent aa6841a33b
commit 85e141128b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ N_THREADS ?= $(shell nproc)
#### Setup ####
# Ensure the map file being created using English localization
export LANG := C
ifeq ($(NON_MATCHING),1)
CFLAGS := -DNON_MATCHING
CPPFLAGS := -DNON_MATCHING