From 8cf0cfe866897136426b9e60ed99a497d3d1258c Mon Sep 17 00:00:00 2001 From: Nong Hoang Tu Date: Sun, 27 Oct 2024 11:59:53 +0700 Subject: [PATCH] Temporary comment rpath flag when compile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38e5ed6..8dde52f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ YR_DEPS = --passL:-lyara --passL:-pthread --passL:-lcrypto --passL:-lssl --passL:-lmagic --passL:-lbz2 --passL:-lz --passL:-ljansson --passL:-llzma --passL:-lpthread --passL:-lzstd --passL:-lm YR_DEPS_STATIC = --passL:-Wl,-Bstatic --passL:-lyara --passL:-pthread --passL:-lcrypto --passL:-lssl --passL:-lmagic --passL:-lbz2 --passL:-lz --passL:-ljansson --passL:-llzma --passL:-lpthread --passL:-lzstd --passL:-Wl,-Bdynamic --passL:-lm CLAM_DEPS = --passL:-lclamav -NIM_CC = nim c --nimcache:build/nimcache/ -d:release --opt:speed --passC:-fpermissive --passL:-s --passL:-Wl,-rpath=./libs +NIM_CC = nim c --nimcache:build/nimcache/ -d:release --opt:speed --passC:-fpermissive --passL:-s # --passL:-Wl,-rpath=./libs .PHONY: build