Browse Source

Define SLUG macro from Makefile for plugins

tags/v0.6.0
Andrew Belt 6 years ago
parent
commit
959e65ea0a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      plugin.mk

+ 4
- 0
plugin.mk View File

@@ -3,6 +3,10 @@
FLAGS += -fPIC \ FLAGS += -fPIC \
-I../../include -I../../dep/include -I../../include -I../../dep/include


ifdef SLUG
FLAGS += -DSLUG=$(SLUG)
endif



include ../../arch.mk include ../../arch.mk




Loading…
Cancel
Save