summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 2 insertions, 0 deletions
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)