Skip to content

Commit

Permalink
Drop load of unused scons tool "python_devel"
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Dec 14, 2020
1 parent 891421b commit 4f5a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -317,7 +317,7 @@ def Warning(message):

from metasconf import init_metasconf
configure_args = dict(
custom_tests = init_metasconf(env, ["cplusplus", "python_devel", "sdl", "boost", "cairo", "pango", "pkgconfig", "gettext_tool", "lua", "gl"]),
custom_tests = init_metasconf(env, ["cplusplus", "sdl", "boost", "cairo", "pango", "pkgconfig", "gettext_tool", "lua", "gl"]),
config_h = "$build_dir/config.h",
log_file="$build_dir/config.log", conf_dir="$build_dir/sconf_temp")

Expand Down

0 comments on commit 4f5a713

Please sign in to comment.