[username] Change USERNAME to OMEGA_USERNAME

This commit is contained in:
Quentin Guidée
2020-07-24 08:24:12 +02:00
parent d2a2925746
commit 7b07a2e3ac
12 changed files with 23 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ DEBUG ?= 0
HOME_DISPLAY_EXTERNALS ?= 1
EPSILON_VERSION ?= 14.4.1
OMEGA_VERSION ?= 1.20.1
# USERNAME ?= N/A
# OMEGA_USERNAME ?= N/A
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external
EPSILON_I18N ?= en fr nl pt it de es hu
EPSILON_GETOPT ?= 0

View File

@@ -2,8 +2,8 @@ HOSTCC = gcc
HOSTCXX = g++
PYTHON = python3
ifdef USERNAME
SFLAGS += -DUSERNAME="$(USERNAME)"
ifdef OMEGA_USERNAME
SFLAGS += -DOMEGA_USERNAME="$(OMEGA_USERNAME)"
endif
SFLAGS += -DEPSILON_GETOPT=$(EPSILON_GETOPT)
SFLAGS += -DEPSILON_TELEMETRY=$(EPSILON_TELEMETRY)