# HG changeset patch # User Malcolm Matalka # Date 1555264695 -7200 # Sun Apr 14 19:58:15 2019 +0200 # Node ID 4875c6e0c6c82f08c8ca02a543d3de3eb439528e # Parent 453ed6a8a11a0907b9818a8118dac5f372352f43 FIX If pkg-config is empty make sure empty quotes are present diff --git a/pds.conf b/pds.conf --- a/pds.conf +++ b/pds.conf @@ -10,8 +10,8 @@ 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