Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix version handling for patchers.

The working directory will usually be different than the one libtools.make is
located in, so make sure to use the correct starting folder for the relative
path.

Change-Id: I9a84a0573c9f1f32601f31587425689dcf8fb81f

+1 -1
+1 -1
rbutil/libtools.make
··· 23 23 TOP := $(dir $(lastword $(MAKEFILE_LIST))) 24 24 25 25 # overwrite for releases 26 - APPVERSION ?= $(shell $(TOP)/../tools/version.sh ../) 26 + APPVERSION ?= $(shell $(TOP)/../tools/version.sh $(TOP)/..) 27 27 CFLAGS += -DVERSION=\""$(APPVERSION)"\" 28 28 TARGET_DIR ?= $(shell pwd)/ 29 29