Need to specify -package plugins when compiling foreign binaries against hs-plugins
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user