Skip to content

Commit f3fa6af

Browse files
committed
WIP
1 parent a279683 commit f3fa6af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,7 @@ endif
534534
$(eval $(call depend,PNGQUANT,LIBLCMS LIBPNG LIBZ))
535535
$(PNGQUANT_TARGET) : export OVERRIDE_BIN_DIR = $(LIBPNG_DIR)/override-bin
536536
$(PNGQUANT_TARGET) : export PATH := $(OVERRIDE_BIN_DIR):$(PATH)
537-
ifdef IS_LINUX
538537
$(PNGQUANT_TARGET) : export RUSTFLAGS = -C link-arg=$(XORIGIN)
539-
endif
540538
$(PNGQUANT_TARGET) :
541539
mkdir -p $(OVERRIDE_BIN_DIR)
542540
cd $(OVERRIDE_BIN_DIR) && printf '%s\n' '#!/bin/sh' 'echo 1.5' > libpng-config && chmod +x libpng-config

0 commit comments

Comments
 (0)