mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-19 19:30:42 +00:00
python build script: set ACLOCAL_PATH for gtk
This commit is contained in:
parent
519276d788
commit
2f8c7f441c
@ -208,7 +208,9 @@ def install(make_args, show_build_environment, use_precompiled_dyngen, build_jit
|
||||
run([gtk_install_filename, "/S", "/D=" + GTK_INSTALL_DIR], shell=True)
|
||||
|
||||
gtk_pkg_config_path = os.path.join(GTK_INSTALL_DIR, "lib", "pkgconfig")
|
||||
gtk_aclocal_path = os.path.join(GTK_INSTALL_DIR, "share", "aclocal")
|
||||
our_env["PKG_CONFIG_PATH"] = gtk_pkg_config_path
|
||||
our_env["ACLOCAL_PATH"] = gtk_aclocal_path
|
||||
|
||||
# build SDL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user