Kaydet (Commit) b481b3e4 authored tarafından Rene Engelhard's avatar Rene Engelhard

sb118: s/+=/=/ in libs.mk, thanks sb

üst 2b8cbfd9
...@@ -270,7 +270,7 @@ JVMACCESSLIB = -ljvmaccess$(COMID) ...@@ -270,7 +270,7 @@ JVMACCESSLIB = -ljvmaccess$(COMID)
CPPUNITLIB = -lcygcppunit-1-12-1 CPPUNITLIB = -lcygcppunit-1-12-1
.ELSE .ELSE
.IF "$(SYSTEM_CPPUNIT)"=="YES" .IF "$(SYSTEM_CPPUNIT)"=="YES"
CPPUNITLIB += $(CPPUNIT_LIBS) CPPUNITLIB = $(CPPUNIT_LIBS)
.ELSE .ELSE
CPPUNITLIB = -lcppunit CPPUNITLIB = -lcppunit
.ENDIF .ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment