fix typos
This commit is contained in:
parent
5600b8056b
commit
0b10242c36
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ lib_list = [
|
|||
# keep defaults in sync with setup.py
|
||||
if (
|
||||
os.getenv("PYGOMX_BUILD_MODE", "static") == "static"
|
||||
and os.getenv("PYGOMX_OLM_FLAVOR", colm) == "colm"
|
||||
and os.getenv("PYGOMX_OLM_FLAVOR", "colm") == "colm"
|
||||
):
|
||||
lib_list += ["olm"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue