mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02: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:
@@ -67,7 +67,6 @@
|
||||
|
||||
/* Get GLIB_CHARSETALIAS_DIR. */
|
||||
#ifndef GLIB_CHARSETALIAS_DIR
|
||||
# include "configmake.h"
|
||||
# define GLIB_CHARSETALIAS_DIR LIBDIR
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user