From 504f28b649d1600a65689950d1a0765c1ca1e5b6 Mon Sep 17 00:00:00 2001 From: KonstantinosSykas Date: Sun, 9 Jun 2019 14:37:02 +0300 Subject: [PATCH] Linux deps version bump Distinct libjs include folder per architecture. --- GNUmakefile | 2 +- deps/Linux-deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 4b4a2cd1..280e371b 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,7 +48,7 @@ ifeq ($(GNUSTEP_HOST_OS),mingw32) endif else LIBJS_DIR = deps/Linux-deps/$(HOST_ARCH)/mozilla - LIBJS_INC_DIR = deps/Linux-deps/include/mozilla + LIBJS_INC_DIR = deps/Linux-deps/$(HOST_ARCH)/mozilla/include # Uncomment the following lines if you want to build JS from source. Ensure the relevant changes are performed in Makefile too # ifeq ($(debug),yes) # LIBJS_DIR = deps/mozilla/js/src/build-debug diff --git a/deps/Linux-deps b/deps/Linux-deps index 07f51db0..615cefc7 160000 --- a/deps/Linux-deps +++ b/deps/Linux-deps @@ -1 +1 @@ -Subproject commit 07f51db0c22c54bba7e9d839607bd95fd75693a9 +Subproject commit 615cefc7c13724fffee66934b1a4ad4419803eec