Skip to content

Commit

Permalink
Linux build fix for library (#162)
Browse files Browse the repository at this point in the history
* Resolve Linux build issue, bump to 2.1.2

* Update authorUrl
  • Loading branch information
Dewb committed Jun 17, 2023
1 parent 41bb4b3 commit 6f3ee23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ $(ragel):
cd dep/ragel-6.10 && CC=gcc CXX=g++ STRIP=strip FLAGS= CFLAGS= CXXFLAGS= LDFLAGS= ./configure --prefix="$(DEP_PATH)"
cd dep/ragel-6.10 && $(MAKE) && $(MAKE) install

firmware: export PATH := $(PWD)/dep/bin:$(PATH)
firmware: export RACK_DIR := $(realpath $(RACK_DIR))
firmware: firmware/*.mk firmware/**/*.c firmware/**/*.h firmware/**/**/*.rl
firmware-build: export PATH := $(PWD)/dep/bin:$(PATH)
firmware-build: export RACK_DIR := $(realpath $(RACK_DIR))
firmware-build: firmware/*.mk firmware/**/*.c firmware/**/*.h firmware/**/**/*.rl
cd firmware && $(MAKE) -f whitewhale.mk
cd firmware && $(MAKE) -f meadowphysics.mk
cd firmware && $(MAKE) -f earthsea.mk
Expand All @@ -74,6 +74,6 @@ DISTRIBUTABLES += $(wildcard presets)

include $(RACK_DIR)/plugin.mk

all: firmware
all: firmware-build

clean: firmware-clean
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"slug": "monome",
"name": "monome",
"version": "2.1.1",
"version": "2.1.2",
"license": "GPL-2.0-only",
"author": "Michael Dewberry",
"authorEmail": "",
"authorUrl": "http://dewb.org",
"authorUrl": "https://dewb.github.io/monome-rack/general/credits/",
"pluginUrl": "https://dewb.github.io/monome-rack",
"manualUrl": "https://dewb.github.io/monome-rack",
"sourceUrl": "https://github.com/Dewb/monome-rack",
Expand Down

0 comments on commit 6f3ee23

Please sign in to comment.