Skip to content
Snippets Groups Projects
Commit a0546cfc authored by Grégoire Kubler's avatar Grégoire Kubler Committed by Maxence Naud
Browse files

fix : windows env var syntax

parent 2e536f50
No related branches found
No related tags found
1 merge request!18v0.1.3
...@@ -46,7 +46,7 @@ build-frontend = "build" ...@@ -46,7 +46,7 @@ build-frontend = "build"
AIDGE_DEPENDENCIES = "aidge_core" # format => "dep_1 dep_2 ... dep_n" AIDGE_DEPENDENCIES = "aidge_core" # format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL="/host/AIDGE_INSTALL_CIBUILDWHEEL" AIDGE_INSTALL="/host/AIDGE_INSTALL_CIBUILDWHEEL"
[tool.cibuildwheel.windows.environment] [tool.cibuildwheel.windows.environment]
AIDGE_DEPENDENCIES = ["aidge_core"] # format => "dep_1","dep_2", ... ,"dep_n" AIDGE_DEPENDENCIES = '@("aidge_core")' # format => '@("dep_1","dep_2", ... ,"dep_n")'
AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/" AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/"
[tool.cibuildwheel.linux] [tool.cibuildwheel.linux]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment