aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 273cdfa..62129e5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -151,6 +151,10 @@ int main(int argc, char *argv[], char *arge[]) {
exit(1);
}
+ // TODO: extract version from tool output
+ ctx.conda.tool_version = NULL;
+ ctx.conda.tool_build_version = NULL;
+
if (pip_exec("install build")) {
msg(OMC_MSG_ERROR | OMC_MSG_L2, "'build' tool installation failed");
exit(1);