mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-21 16:01:53 +02:00
Fix #353 better
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user