This commit is contained in:
Lior Halphon 2021-02-28 14:55:30 +02:00
parent d50514ede9
commit 5cc2dcc864
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ else
DEFAULT := sdl
endif
ifneq ($(shell which xdg-open),)
ifneq ($(shell which xdg-open)$(FREEDESKTOP),)
# Running on an FreeDesktop environment, configure for (optional) installation
DESTDIR ?=
PREFIX ?= /usr/local