Questions tagged [scons]

SCons is a cross platform, open source build tool and an alternative to the classic "Make". It works based on a declarative description of a build, using the Python programming language.

SCONS

SCons is a cross-platform, open source build tool and an alternative to the classic "Make". It works basing on a declarative description of a build, using the Python programming language. This gives SCons a great deal of flexibility and power, for example: its capabilities can be easily extended with custom builders and emitters.

1293 questions
-2
votes
1 answer

Run after compiling Godot project on macOS

Want to add an admob module to the official Godot version. When compiling the last release without any changes, following the documentation, with the command: scons platform=osx arch=x86_64 --jobs=$(sysctl -n hw.logicalcpu) It creates a file called…
-4
votes
1 answer

How do i Refactor the Sconstruct in Python to detect possible errors using pycharm

How do I Refactor the Sconstruct in Python to detect possible errors using pycharm? Attached problem image:
Hey
  • 1
  • 2
1 2 3
…
86
87