mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
libcharset: Don't try to include configmake.h
It's an internal gnulib thing which will never be available while building glib. Always expect LIBDIR and fallback to using that for compatibility with the existing MSVC projects: https://mail.gnome.org/archives/gtk-devel-list/2017-December/msg00000.html https://bugzilla.gnome.org/show_bug.cgi?id=346816
This commit is contained in:
parent
f44472e715
commit
c9e6270568
@ -67,7 +67,6 @@
|
||||
|
||||
/* Get GLIB_CHARSETALIAS_DIR. */
|
||||
#ifndef GLIB_CHARSETALIAS_DIR
|
||||
# include "configmake.h"
|
||||
# define GLIB_CHARSETALIAS_DIR LIBDIR
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user