summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/meson.build b/numpy/meson.build
index ec131ebb5..dbb5fd301 100644
--- a/numpy/meson.build
+++ b/numpy/meson.build
@@ -163,7 +163,7 @@ foreach name, compiler : compilers
conf_data.set(name + '_COMP', compiler.get_id())
conf_data.set(name + '_COMP_LINKER_ID', compiler.get_linker_id())
conf_data.set(name + '_COMP_VERSION', compiler.version())
- conf_data.set(name + '_COMP_CMD_ARRAY', compiler.cmd_array())
+ conf_data.set(name + '_COMP_CMD_ARRAY', ', '.join(compiler.cmd_array()))
endforeach
# Machines CPU and system information