Need to specify -package plugins when compiling foreign binaries against hs-plugins
This commit is contained in:
parent
3c44c98dc1
commit
2610a9cf58
@ -16,7 +16,7 @@ REALBIN= $(BIN)
|
|||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
|
||||||
$(BIN): $(SRC)
|
$(BIN): $(SRC)
|
||||||
@$(GHC) $(INCLUDES) $(PKGFLAGS) $(SRC)
|
$(GHC) -package plugins $(INCLUDES) $(PKGFLAGS) $(SRC)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.hi *.o *~ $(BIN)
|
rm -rf *.hi *.o *~ $(BIN)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user