mirror of
https://github.com/Relintai/godot_fastnoise.git
synced 2025-02-10 16:40:20 +01:00
10 lines
154 B
Python
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")
|