mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
enforce setting subtarget so gtk2 gets named the correct thing in installs
This commit is contained in:
parent
3a8317fddb
commit
2cebe26058
9
Makefile
9
Makefile
@ -303,13 +303,8 @@ else
|
||||
else
|
||||
ifeq ($(TARGET),gtk2)
|
||||
override TARGET := gtk
|
||||
ifeq ($(origin NETSURF_GTK_MAJOR),undefined)
|
||||
override NETSURF_GTK_MAJOR := 2
|
||||
else
|
||||
ifneq ($(NETSURF_GTK_MAJOR),2)
|
||||
SUBTARGET = $(NETSURF_GTK_MAJOR)
|
||||
endif
|
||||
endif
|
||||
override NETSURF_GTK_MAJOR := 2
|
||||
SUBTARGET = $(NETSURF_GTK_MAJOR)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user