@@ 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