Skip to content
Snippets Groups Projects
Commit 5723afde authored by Timo Teräs's avatar Timo Teräs
Browse files

fix cross-compiling to pick right libfetch.a

parent bb622dc9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ OPENSSL_LIBS := $(shell $(PKG_CONFIG) --libs openssl)
ZLIB_CFLAGS := $(shell $(PKG_CONFIG) --cflags zlib)
ZLIB_LIBS := $(shell $(PKG_CONFIG) --libs zlib)
FETCH_LIBS := /usr/lib/libfetch.a
FETCH_LIBS := $(shell $(CC) -print-file-name=libfetch.a)
# lua module
ifneq ($(LUAAPK),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment