1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

Fix Makefile

- we need DEP_DATA for QB64pe itself now
This commit is contained in:
Roland Heyder 2024-01-30 15:58:54 +01:00
parent ba90208c27
commit d35e7e4f9e

View file

@ -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