File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11# Based on https://github.com/godotengine/godot-cpp/blob/98ea2f60bb3846d6ae410d8936137d1b099cd50b/tools/linux.py
2- import common_compiler_flags
2+ from build import common_compiler_flags
33from SCons .Variables import BoolVariable
44from SCons .Tool import clang , clangxx
55
Original file line number Diff line number Diff line change 22import os
33import sys
44
5- import common_compiler_flags
5+ from build import common_compiler_flags
66from SCons .Variables import BoolVariable
77
88
Original file line number Diff line number Diff line change 22import os
33import sys
44
5- import common_compiler_flags
5+ from build import common_compiler_flags
66import my_spawn
77from SCons .Tool import mingw , msvc
88from SCons .Variables import BoolVariable
You can’t perform that action at this time.
0 commit comments