mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 21:32:43 +00:00
Rename gettext scons module to avoid naming conflict
This commit is contained in:
parent
8d516df25b
commit
071b3635b7
|
@ -122,7 +122,7 @@ for repo in Dir(".").repositories:
|
|||
# source code root and supplying this path with -Y option.
|
||||
toolpath.append(repo.abspath + "/scons")
|
||||
sys.path = toolpath + sys.path
|
||||
env = Environment(tools=["tar", "gettext", "install", "python_devel", "scanreplace"], options = opts, toolpath = toolpath)
|
||||
env = Environment(tools=["tar", "gettext_tool", "install", "python_devel", "scanreplace"], options = opts, toolpath = toolpath)
|
||||
|
||||
if env["lockfile"]:
|
||||
print("Creating lockfile")
|
||||
|
@ -306,7 +306,7 @@ def Warning(message):
|
|||
|
||||
from metasconf import init_metasconf
|
||||
configure_args = dict(
|
||||
custom_tests = init_metasconf(env, ["ieee_754", "cplusplus", "python_devel", "sdl", "boost", "cairo", "pango", "pkgconfig", "gettext", "lua"]),
|
||||
custom_tests = init_metasconf(env, ["ieee_754", "cplusplus", "python_devel", "sdl", "boost", "cairo", "pango", "pkgconfig", "gettext_tool", "lua"]),
|
||||
config_h = "$build_dir/config.h",
|
||||
log_file="$build_dir/config.log", conf_dir="$build_dir/sconf_temp")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user