Browse Source

Define SLUG macro from Makefile for plugins

v0.5
Andrew Belt 6 years ago
parent
commit
82ddeb946d
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