BastiaanOlij / gdnative_cpp_example

GDNative C++ example for tutorial
MIT License
65 stars 31 forks source link

Update SConstruct #4

Closed m4gr3d closed 5 years ago

m4gr3d commented 5 years ago

Add missing flags to compile successfully on osx.

BastiaanOlij commented 5 years ago

Looks good to me, C++14 high enough? on Linux we seem to use C++17, not sure why the switch is not needed on Windows.

m4gr3d commented 5 years ago

Did a quick check, and c++17 compiles fine as well on osx. I've updated the PR accordingly.