build goolm as default
This commit is contained in:
parent
906fef602c
commit
655cf4e46f
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ lib_list = [
|
||||||
# keep defaults in sync with setup.py
|
# keep defaults in sync with setup.py
|
||||||
if (
|
if (
|
||||||
os.getenv("PYGOMX_BUILD_MODE", "static") == "static"
|
os.getenv("PYGOMX_BUILD_MODE", "static") == "static"
|
||||||
and os.getenv("PYGOMX_OLM_FLAVOR", "colm") == "colm"
|
and os.getenv("PYGOMX_OLM_FLAVOR", "goolm") == "colm"
|
||||||
):
|
):
|
||||||
lib_list += ["olm"]
|
lib_list += ["olm"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ class CustomCommand(Command):
|
||||||
case _:
|
case _:
|
||||||
raise ValueError("Invalid PYGOMX_BUILD_MODE.")
|
raise ValueError("Invalid PYGOMX_BUILD_MODE.")
|
||||||
|
|
||||||
match os.getenv("PYGOMX_OLM_FLAVOR", "colm"):
|
match os.getenv("PYGOMX_OLM_FLAVOR", "goolm"):
|
||||||
case "none":
|
case "none":
|
||||||
go_tags += ["nocrypto"]
|
go_tags += ["nocrypto"]
|
||||||
case "colm":
|
case "colm":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue