FIX If pkg-config is empty make sure empty quotes are present
1 files changed, 2 insertions(+), 2 deletions(-)

M pds.conf
M pds.conf +2 -2
@@ 10,8 10,8 @@ compile_deps = ["otls_bindings_gen"]
 deps = ["ctypes", "ctypes.foreign", "otls_bindings"]
 extra_makefile_lines = ["include $(SRC_DIR)/otls.mk"]
 meta_linkopts = "-cclib -ltls"
-extra_compiler_opts = "-strict-sequence -strict-formats -safe-string -noassert -ccopt $(shell pkg-config --cflags libtls)"
-debug = {extra_compiler_opts = "-g -strict-sequence -strict-formats -safe-string -ccopt $(shell pkg-config --cflags libtls)"}
+extra_compiler_opts = "-strict-sequence -strict-formats -safe-string -noassert -ccopt \"$(shell pkg-config --cflags libtls)\""
+debug = {extra_compiler_opts = "-g -strict-sequence -strict-formats -safe-string -ccopt \"$(shell pkg-config --cflags libtls)\""}
 
 [src.otls_bindings_gen]
 install = false