diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-09-30 13:18:00 -0700 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-02-09 02:53:36 +0100 |
commit | 786c4099b4f65f6f323096db6480c28a79676a16 (patch) | |
tree | 66bccc6ee9048d4a4a50b2c6e4002039897f2920 | |
parent | e704a2b57bd9f593e0133a44bd7b35986152d864 (diff) | |
download | upstream-786c4099b4f65f6f323096db6480c28a79676a16.tar.gz upstream-786c4099b4f65f6f323096db6480c28a79676a16.tar.bz2 upstream-786c4099b4f65f6f323096db6480c28a79676a16.zip |
tools/cmake: remove rpath ldflag
no longer needed because of tools/zstd
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r-- | tools/cmake/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index ed2580fe4c..3a81b9a29f 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -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 |