Few more (final?) fixes for Docker build

This commit is contained in:
Ingvar Stepanyan
2021-08-09 12:42:14 +00:00
parent 43f7e941b3
commit b0dcdb7775
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
SYSROOT = $(EM_CACHE)/sysroot
# Add custom sysroot to autoconf macro search
# (we need this because we use custom local copy of libtool)
# Add custom sysroot to library & macro search paths.
export LDFLAGS += -L$(SYSROOT)/lib
export ACLOCAL_PATH := $(SYSROOT)/share/aclocal:$(ACLOCAL_PATH)
# Common linking flags for all targets.