mirror of
https://github.com/Relintai/godot_fastnoise.git
synced 2024-11-14 10:17:27 +01:00
40841f565f
Scons doesn't seem to support the `SCONS_CXX_STANDARD` environ variable. Fixes #1
9 lines
78 B
Python
9 lines
78 B
Python
|
|
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|