Fix #353 better
This commit is contained in:
parent
d50514ede9
commit
5cc2dcc864
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ else
|
|||||||
DEFAULT := sdl
|
DEFAULT := sdl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(shell which xdg-open),)
|
ifneq ($(shell which xdg-open)$(FREEDESKTOP),)
|
||||||
# Running on an FreeDesktop environment, configure for (optional) installation
|
# Running on an FreeDesktop environment, configure for (optional) installation
|
||||||
DESTDIR ?=
|
DESTDIR ?=
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
|
Loading…
Reference in New Issue
Block a user