Skip to content

Commit

Permalink
deps/zlib: rm trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jul 3, 2022
1 parent 39253ad commit 2fdc646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/zlib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $(eval $(call git-external,zlib,ZLIB,,,$(SRCCACHE)))

# use `-DUNIX=true` to ensure that it is always named `libz`
ZLIB_BUILD_OPTS := $(CMAKE_COMMON) -DCMAKE_BUILD_TYPE=Release -DUNIX=true
ZLIB_BUILD_OPTS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON
ZLIB_BUILD_OPTS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON

$(BUILDDIR)/$(ZLIB_SRC_DIR)/build-configured: $(SRCCACHE)/$(ZLIB_SRC_DIR)/source-extracted
mkdir -p $(dir $@)
Expand Down

0 comments on commit 2fdc646

Please sign in to comment.