gnublin
authorgnublin <michael@wagnertech.de>
Mon, 15 Oct 2018 18:57:11 +0000 (20:57 +0200)
committergnublin <michael@wagnertech.de>
Mon, 15 Oct 2018 18:57:11 +0000 (20:57 +0200)
tools/make/cpp.make

index 1b4d863..183afe4 100644 (file)
@@ -19,5 +19,5 @@ clean:
        ar r $(TARGET) *.o
 
 %.so: $(SOURCE:%.cpp=%.o) $(LDLIBS)
-       $(CXX) -shared -o $(TARGET) *.o $(LDLIBS)
+       $(CXX) -shared -o $(TARGET) *.o $(LDLIBS) $(EXTLIB)
 -include make.post