Skip to content

Commit 65155b1

Browse files
authored
Merge pull request #27 from david-c14/develop
Scope performance and external window (#26)
2 parents bd55688 + 9b32812 commit 65155b1

File tree

3 files changed

+360
-95
lines changed

3 files changed

+360
-95
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ DISTRIBUTABLES += $(wildcard LICENSE*) res
2020

2121
# If RACK_DIR is not defined when calling the Makefile, default to two levels above
2222
RACK_DIR ?= ../..
23+
include $(RACK_DIR)/arch.mk
24+
25+
ifdef ARCH_WIN
26+
LDFLAGS += -lopengl32
27+
endif
2328

2429
# Include the VCV Rack plugin Makefile framework
2530
include $(RACK_DIR)/plugin.mk

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sourceUrl": "https://github.com/david-c14/ModularFungi",
99
"donateUrl": "https://paypal.me/omricohencomposer",
1010
"manualUrl": "https://github.com/david-c14/ModularFungi/blob/master/README.md",
11-
"version": "1.1.2",
11+
"version": "1.1.3",
1212
"modules": [
1313
{
1414
"slug":"Blank1HP",

0 commit comments

Comments
 (0)