From d35e7e4f9ef73f6c700d0d5fec7974ca60f9cd18 Mon Sep 17 00:00:00 2001 From: Roland Heyder Date: Tue, 30 Jan 2024 15:58:54 +0100 Subject: [PATCH] Fix Makefile - we need DEP_DATA for QB64pe itself now --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4a70ec2bd..e77ff3024 100644 --- a/Makefile +++ b/Makefile @@ -176,6 +176,7 @@ endif DEP_ICON_RC := y DEP_SOCKETS := y DEP_HTTP := y + DEP_DATA := y DEP_CONSOLE := y DEP_ZLIB := y endif