summaryrefslogtreecommitdiff
path: root/plugin.mk
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2018-06-25 20:39:44 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2018-06-25 20:39:44 -0400
commit7b7f24923480bf309c0fca6ba4b3586ac360d08e (patch)
treecb7512d6f8b4ede4684e19539736a1af2483b09f /plugin.mk
parent1685d41d38d4aaf82ed42409321d7ece3eed244b (diff)
Remove need for libRack.a. Now SDK can be built cross-platform, woohoo!
Diffstat (limited to 'plugin.mk')
-rw-r--r--plugin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.mk b/plugin.mk
index 35f2c30e..e35e55e8 100644
--- a/plugin.mk
+++ b/plugin.mk
@@ -28,7 +28,7 @@ ifdef ARCH_MAC
endif
ifdef ARCH_WIN
- LDFLAGS += -shared -L$(RACK_DIR) -lRack
+ LDFLAGS += -shared
TARGET := plugin.dll
RACK_USER_DIR ?= $(USERPROFILE)/Documents/Rack
endif