Browse Source

Define SLUG macro from Makefile for plugins

pull/1639/head
Andrew Belt 6 years ago
parent
commit
33e6094bb1
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 \
-I../../include -I../../dep/include

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


include ../../arch.mk



Loading…
Cancel
Save