fix compilation on OS X
git-svn-id: svn://localhost/ardour2/branches/3.0@12773 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a11d9d4e5a
commit
d4a4dc20ab
@ -199,8 +199,8 @@ fixup_bundle_environment (int, char* [])
|
||||
setenv ("PANGO_RC_FILE", path.c_str(), 1);
|
||||
}
|
||||
}
|
||||
|
||||
setenv ("CHARSETALIASDIR", dir_path.c_str(), 1);
|
||||
|
||||
setenv ("CHARSETALIASDIR", bundle_dir.c_str(), 1);
|
||||
setenv ("FONTCONFIG_FILE", Glib::build_filename (bundle_dir, "Resources/fonts.conf").c_str(), 1);
|
||||
setenv ("GDK_PIXBUF_MODULE_FILE", Glib::build_filename (bundle_dir, "Resources/gdk-pixbuf.loaders").c_str(), 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user