mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 11:55:58 +01:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue