blob: 1abd058f8cf6d1269380e65c169030c74bdbc0cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- system-autodetect.mk.orig 2025-02-08 16:04:21 UTC
+++ system-autodetect.mk
@@ -138,6 +138,7 @@ HAS_SYSTEM_ASPRINTF=1
# On some other systems you may something like this:
#LIBS += -L/usr/local/lib -lintl
+LIBS += -L$(LOCALBASE)/lib -lintl
#CPPFLAGS += -I/usr/local/include
|