From d97b6bb79759db3a33f63792b235f1a161fa7a6b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 16 Jul 2018 16:24:48 +0200 Subject: Tweak hexdumped data to increase build portability. Follow bin2coff layout for hexdumped data instead of trying to emulate the objcopy layout (which seems to break for the android tools). Only use the basename of the resource in hexdump / bin2coff. Ifdef on HAVE_OBJCOPY instead of _WIN32. --- Makerules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 100c0d17..fc9bf998 100644 --- a/Makerules +++ b/Makerules @@ -86,6 +86,8 @@ else ifeq ($(OS),MACOS) RANLIB = xcrun ranlib else ifeq ($(OS),Linux) + HAVE_OBJCOPY := yes + ifeq ($(shell pkg-config --exists freetype2 && echo yes),yes) SYS_FREETYPE_CFLAGS := $(shell pkg-config --cflags freetype2) SYS_FREETYPE_LIBS := $(shell pkg-config --libs freetype2) -- cgit v1.2.3