forked from AuroraMiddleware/gtk
Add missing $(EXEEXT)
https://bugzilla.gnome.org/show_bug.cgi?id=692073
This commit is contained in:
parent
88ed5af5e4
commit
ce15472955
@ -1657,7 +1657,7 @@ else
|
||||
if CROSS_COMPILING
|
||||
gtk_update_icon_cache_program = ./native/native-update-icon-cache
|
||||
else
|
||||
gtk_update_icon_cache_program = ./gtk-update-icon-cache
|
||||
gtk_update_icon_cache_program = ./gtk-update-icon-cache$(EXEEXT)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user