Skip to content

Commit

Permalink
Remove outdated workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jpauwels authored and alastair committed Dec 22, 2021
1 parent 6b0d7c4 commit fcaed46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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'")
Expand Down

0 comments on commit fcaed46

Please sign in to comment.