godot_fastnoise/config.py

10 lines
154 B
Python
Raw Normal View History

2016-05-02 17:19:15 +02:00
def can_build(platform):
2016-12-23 16:23:53 +01:00
return True
2016-05-02 17:19:15 +02:00
def configure(env):
2016-12-23 16:23:53 +01:00
# FastNoise uses a few C++11 features
env.Append(SCONS_CXX_STANDARD="c++11")