This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
godot_fastnoise
Watch
1
Star
0
Fork
0
You've already forked godot_fastnoise
mirror of
https://github.com/Relintai/godot_fastnoise.git
synced
2024-11-14 10:17:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
63f8ef3855
godot_fastnoise
/
config.py
9 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
Added project
2016-05-02 17:19:15 +02:00
Fixed warning.
2019-08-13 23:39:07 +02:00
def
can_build
(
env
,
platform
)
:
Added C++11 flag
2016-12-23 16:23:53 +01:00
return
True
Added project
2016-05-02 17:19:15 +02:00
def
configure
(
env
)
:
Append `-std=c++11` flag to the module in SCsub Scons doesn't seem to support the `SCONS_CXX_STANDARD` environ variable. Fixes #1
2017-08-30 13:45:26 +02:00
pass
Reference in New Issue
Copy Permalink