mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-17 19:36:51 +00:00
prefix vlc lib path
This commit is contained in:
parent
227b667eb3
commit
a76fb7c045
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(SINGLE_USER),false)
|
ifeq ($(SINGLE_USER),false)
|
||||||
BASE_PATH = /usr
|
BASE_PATH = /usr
|
||||||
VLC_LIB_PATH = /usr/lib
|
VLC_LIB_PATH = ${PREFIX}/usr/lib
|
||||||
else
|
else
|
||||||
BASE_PATH = ${HOME}/.local
|
BASE_PATH = ${HOME}/.local
|
||||||
VLC_LIB_PATH = ${HOME}/.local/share
|
VLC_LIB_PATH = ${HOME}/.local/share
|
||||||
|
Loading…
Reference in New Issue
Block a user