From 243fd8ec5798b62ad155117da3f02f8e83be1825 Mon Sep 17 00:00:00 2001 From: nghodban Date: Thu, 26 Nov 2020 00:11:21 +0100 Subject: [PATCH] Windows - f2c: triggers issue for windows package step - issue with compile_time in SAT --- products/f2c.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/f2c.pyconf b/products/f2c.pyconf index 8a33612..e5bcc70 100644 --- a/products/f2c.pyconf +++ b/products/f2c.pyconf @@ -15,7 +15,7 @@ default : install_dir : 'base' properties: { - compile_time : "yes" + compile_time : "no" incremental : "yes" } } -- 2.39.2