mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Globally replace $(HOST_DIR)/usr/lib with $(HOST_DIR)/lib
Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/lib' | xargs sed -i 's%$(HOST_DIR)/usr/lib%$(HOST_DIR)/lib%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1eb57df2b2
commit
19ba17ee3b
@@ -31,7 +31,7 @@ define LEAFNODE2_BUILD_SORTNL_TOOL
|
||||
$(HOSTCC) $(HOST_CFLAGS) -o b_sortnl_host \
|
||||
arc4random.c mergesort.c b_sortnl.c critmem_malloc.c \
|
||||
critmem_realloc.c -DHAVE_CONFIG_H -I$(HOST_DIR)/usr/include \
|
||||
-L $(HOST_DIR)/usr/lib -Wl,-rpath,$(HOST_DIR)/usr/lib -lpcre
|
||||
-L $(HOST_DIR)/lib -Wl,-rpath,$(HOST_DIR)/lib -lpcre
|
||||
endef
|
||||
|
||||
LEAFNODE2_PRE_BUILD_HOOKS += LEAFNODE2_BUILD_SORTNL_TOOL
|
||||
|
||||
Reference in New Issue
Block a user