replace stray tabs with spaces

This commit is contained in:
Mark Brand 2019-01-25 12:33:32 +01:00
parent 9f6b9c6f58
commit 505a26167d
2 changed files with 4 additions and 4 deletions

View File

@ -74,10 +74,10 @@ define $(PKG)_BUILD_SHARED
AR='$(TARGET)-ar' \
RC='$(TARGET)-windres' \
DLLTOOL='$(TARGET)-dlltool' \
LD='$(TARGET)-g++' \
LD='$(TARGET)-g++' \
FREEIMAGE_LIBRARY_TYPE=SHARED \
SHAREDLIB=libfreeimage.dll \
IMPORTLIB=libfreeimage.dll.a \
SHAREDLIB=libfreeimage.dll \
IMPORTLIB=libfreeimage.dll.a \
TARGET=freeimage

View File

@ -18,7 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake' \
-after \
'LIBS_PRIVATE += -lgdi32'
'LIBS_PRIVATE += -lgdi32'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef