This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Define SLUG macro from Makefile for plugins
tags/v0.6.0
Andrew Belt
6 years ago
parent
c3078ac219
commit
959e65ea0a
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
plugin.mk
+ 4
- 0
plugin.mk
View File
@@ -3,6 +3,10 @@
FLAGS += -fPIC \
-I../../include -I../../dep/include
ifdef SLUG
FLAGS += -DSLUG=$(SLUG)
endif
include ../../arch.mk
Write
Preview
Loading…
Cancel
Save