From 5a333a147b9c23be6fe0554b066846481644e47a Mon Sep 17 00:00:00 2001 From: Adriano Garcia Date: Fri, 16 Sep 2022 17:26:15 -0300 Subject: [PATCH] Updates for 0.4.2 --- docs/source/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index a380100..69364ba 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -123,12 +123,12 @@ Let us see what would happen if a user used the global configuration file below. "myPKG" : "" }, "INCLUDES":{ - "myINC" : "-I /my/awesome/library/", + "myINC" : "-I /my/awesome/library/" }, "LIBS":{ "myLIB_N" : "" }, - "LDFLAGS" : "" + "LDFLAGS" : "", "EXTRA_LDFLAGS" : "-lpthread" } -- GitLab