capnp-ruby icon indicating copy to clipboard operation
capnp-ruby copied to clipboard

Fix builds on osx (and elsewhere?)

Open dvdplm opened this issue 10 years ago • 0 comments

Set a global variable with the CXXFLAGS so that the make file generating code can see it. This is mimicking what the code already does for the LDFLAGS and it works for me.

Without this the make file would not be informed of the -std=c++11 flag set in my env. Weirdly enough the CXX env var is seen in the makefile. I cannot explain this behavior.

dvdplm avatar Nov 21 '14 09:11 dvdplm