From fcaed46708a1c339e277669303fcc4ce2688c529 Mon Sep 17 00:00:00 2001 From: Johan Pauwels Date: Thu, 14 May 2020 23:20:02 +0100 Subject: [PATCH] Remove outdated workaround --- wscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/wscript b/wscript index 9cbecd0b..299ffe03 100644 --- a/wscript +++ b/wscript @@ -116,9 +116,6 @@ def configure(conf): conf.env.LINKFLAGS = [ '-stdlib=libc++' ] # for defining static const variables in header conf.env.CXXFLAGS += [ '-Wno-static-float-init' ] - # add /usr/local/include as the brew formula for yaml doesn't have - # the cflags properly set - conf.env.CXXFLAGS += [ '-I/usr/local/include' ] if conf.options.CROSS_COMPILE_MINGW32: #print("- Cross-compiling for Windows with MinGW: search for pre-built dependencies in 'packaging/win32_3rdparty'")