godot_fastnoise/config.py
2016-12-23 16:23:53 +01:00

10 lines
154 B
Python

def can_build(platform):
return True
def configure(env):
# FastNoise uses a few C++11 features
env.Append(SCONS_CXX_STANDARD="c++11")