Role icons that don't work yet, also fixed godot-cpp import stuff
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
import os
|
||||
import sys
|
||||
|
||||
env = SConscript("/home/wisknort/tinker/godot-cpp/SConstruct")
|
||||
try: perth=open("godot-cpp-path").read()
|
||||
except FileNotFoundError: perth="godot-cpp"
|
||||
env = SConscript(os.path.join(perth,"SConstruct"))
|
||||
|
||||
# For reference:
|
||||
# - CCFLAGS are compilation flags shared between C and C++
|
||||
|
||||
Reference in New Issue
Block a user