diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-19 15:21:29 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-08-19 15:21:29 (GMT) |
commit | 79ff98f4908d265c4633910bf6c09204f4265d52 (patch) | |
tree | 1b4a268cf1c6f76e76e41c71cda204967cd8d43a /src/glib.mk | |
parent | a8b5fb423cf0945b94e777ed222b509294a905f2 (diff) | |
download | mxe-79ff98f4908d265c4633910bf6c09204f4265d52.zip mxe-79ff98f4908d265c4633910bf6c09204f4265d52.tar.gz mxe-79ff98f4908d265c4633910bf6c09204f4265d52.tar.bz2 |
glib: remove outdated comment
Diffstat (limited to 'src/glib.mk')
-rw-r--r-- | src/glib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glib.mk b/src/glib.mk index 4b30f4a..0e178b9 100644 --- a/src/glib.mk +++ b/src/glib.mk @@ -28,7 +28,7 @@ define $(PKG)_NATIVE_BUILD --disable-nls $(MAKE) -C '$(1).native/$(libiconv_SUBDIR)' -j '$(JOBS)' - # native build for glib-genmarshal, without pkg-config, gettext and zlib + # native build for glib-genmarshal, without gettext and zlib cd '$(1).native' && ./configure \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ |