remove trailing whitespace

This commit is contained in:
Mark Brand 2019-01-25 12:41:21 +01:00
parent 505a26167d
commit b2f618446d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ define $(PKG)_BUILD_STATIC
endef
define $(PKG)_BUILD_SHARED
cd '$(1)' && '$(TARGET)-cmake' -DUSE_FPIC=ON -DSHARED_LIBS=ON -DBUILD_EXAMPLES=OFF
cd '$(1)' && '$(TARGET)-cmake' -DUSE_FPIC=ON -DSHARED_LIBS=ON -DBUILD_EXAMPLES=OFF
$(MAKE) -C '$(1)' -j $(JOBS)
$(INSTALL) -d '$(PREFIX)/$(TARGET)/bin'