Skip to content

Commit

Permalink
Change Linux Makefile to match the Windows and Mac ones
Browse files Browse the repository at this point in the history
follow up for PR musescore#5928 and just for consistency
  • Loading branch information
Jojo-Schmitz committed Apr 20, 2020
1 parent 414808f commit 958e2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
CPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || getconf NPROCESSORS_ONLN 2>/dev/null || echo 1)

PREFIX = "/usr/local"
VERSION = `cmake -P config.cmake | grep -oP "VERSION\s+\K.*"`
VERSION = `cmake -P config.cmake | sed -n -e "s/^.*VERSION *//p"`
BUILD_NUMBER=""

TELEMETRY_TRACK_ID=""
Expand Down

0 comments on commit 958e2b7

Please sign in to comment.