mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-28 08:49:32 +00:00
Merge branch 'windows_build_script' into ci_build
This commit is contained in:
commit
71192179e5
@ -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…
Reference in New Issue
Block a user