We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8346a44 commit 8245b01Copy full SHA for 8245b01
buildVars.py
@@ -60,7 +60,7 @@ def _(arg):
60
# pythonSources = ["addon/globalPlugins/*.py"]
61
# For more information on SCons Glob expressions please take a look at:
62
# https://scons.org/doc/production/HTML/scons-user/apd.html
63
-pythonSources = ["addon/globalPlugins/*.py"]
+pythonSources = ["addon/globalPlugins/**/*.py"]
64
65
# Files that contain strings for translation. Usually your python sources
66
i18nSources = pythonSources + ["buildVars.py"]
0 commit comments