mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
tools/cmake: remove rpath ldflag
no longer needed because of tools/zstd Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
e704a2b57b
commit
786c4099b4
@ -38,8 +38,6 @@ HOST_CONFIGURE_ARGS := \
|
||||
--system-zstd \
|
||||
--generator=Ninja
|
||||
|
||||
HOST_LDFLAGS += -Wl,-rpath,$(STAGING_DIR_HOST)/lib
|
||||
|
||||
define Host/Compile/Default
|
||||
+$(NINJA) -C $(HOST_BUILD_DIR) $(1)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user