Closed falkTX closed 8 months ago
Curse these old bindings...
seems to me there is a -std=c++11 or similar missing
Yeah, this is a silly default, but I imagine you can just jam that in CXXFLAGS
(or set the cpp_flags
option) as a workaround for now.
Hm, reproducible. Not sure how this one wasn't caught...
Fixed in cc394e5, thanks.
Trying to build using github actions and its macos-12 is failing. Using build options
configuration output:
error output:
with the full logs available at https://github.com/DISTRHO/PawPaw/actions/runs/8203426480/job/22436150152
seems to me there is a
-std=c++11
or similar missing