From 8a5bebb2546737ca7094f270122d30835f86342e Mon Sep 17 00:00:00 2001 From: saces Date: Tue, 24 Feb 2026 09:51:20 +0100 Subject: [PATCH] english --- pygomx-module/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pygomx-module/Makefile b/pygomx-module/Makefile index 10bd53a..610b44f 100644 --- a/pygomx-module/Makefile +++ b/pygomx-module/Makefile @@ -4,7 +4,7 @@ BUILD_MODE ?= static # one of none, colm, goolm, vodozemac -OLM_FLAVOUR ?= colm +OLM_FLAVOR ?= colm ifndef GO_TAGS GO_TAGS = @@ -12,16 +12,16 @@ else GO_TAGS := $(GO_TAGS), endif -ifeq ($(OLM_FLAVOUR),none) +ifeq ($(OLM_FLAVOR),none) GO_TAGS := $(GO_TAGS)nocrypto -else ifeq ($(OLM_FLAVOUR),colm) +else ifeq ($(OLM_FLAVOR),colm) GO_TAGS := $(GO_TAGS)colm -else ifeq ($(OLM_FLAVOUR),goolm) +else ifeq ($(OLM_FLAVOR),goolm) GO_TAGS := $(GO_TAGS)goolm -else ifeq ($(OLM_FLAVOUR),vodozemac) +else ifeq ($(OLM_FLAVOR),vodozemac) GO_TAGS := $(GO_TAGS)vodozemac else - $(error unknown OLM_FLAVOUR $(OLM_FLAVOUR)) + $(error unknown OLM_FLAVOR $(OLM_FLAVOR)) endif @@ -40,7 +40,7 @@ endif link_list = ifeq ($(BUILD_MODE),static) - ifeq ($(OLM_FLAVOUR),colm) + ifeq ($(OLM_FLAVOR),colm) link_list += olm endif endif