Don't build native tools when not cross-compiling
This was my local native build to fail.
This commit is contained in:
parent
717c28e12d
commit
d559ed0ce9
@ -4,11 +4,13 @@ CPP = @CPP_FOR_BUILD@
|
||||
CPPFLAGS = @CPPFLAGS_FOR_BUILD@
|
||||
LDFLAGS = @LDFLAGS_FOR_BUILD@
|
||||
|
||||
if CROSS_COMPILING
|
||||
if !USE_EXTERNAL_ICON_CACHE
|
||||
noinst_PROGRAMS = native-update-icon-cache
|
||||
native_update_icon_cache_CFLAGS = $(NATIVE_GDKPIXBUF_CFLAGS)
|
||||
native_update_icon_cache_LDADD = $(NATIVE_GDKPIXBUF_LIBS)
|
||||
native_update_icon_cache_SOURCES = $(srcdir)/../updateiconcache.c
|
||||
endif
|
||||
endif
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
Loading…
Reference in New Issue
Block a user