Browse Source

Merge cad391eac4 into c56902108e

pull/46/merge
Feng Zhaolin 3 years ago committed by GitHub
parent
commit
04970ccbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wiringPi/Makefile

2
wiringPi/Makefile

@ -152,7 +152,7 @@ static:
$(DYNAMIC): $(OBJ)
$Q echo "[Link (Dynamic)]"
$Q $(CC) -shared -Wl,-soname,libwiringPi.so$(WIRINGPI_SONAME_SUFFIX) -o libwiringPi.so.$(VERSION) $(LIBS) $(OBJ)
$Q $(CC) -shared -Wl,-soname,libwiringPi.so$(WIRINGPI_SONAME_SUFFIX) -o libwiringPi.so.$(VERSION) $(OBJ) $(LIBS)
.c.o:
$Q echo [Compile] $<

Loading…
Cancel
Save