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

Another try to fix

- changes suggested by @mkilgore
This commit is contained in:
Roland Heyder 2024-01-30 17:11:36 +01:00
parent d35e7e4f9e
commit 6077e048b5
2 changed files with 3 additions and 1 deletions

View file

@ -176,9 +176,11 @@ endif
DEP_ICON_RC := y
DEP_SOCKETS := y
DEP_HTTP := y
DEP_DATA := y
DEP_CONSOLE := y
DEP_ZLIB := y
ifeq ($(OS),lnx)
DEP_DATA := y
endif
endif
include $(PATH_INTERNAL_C)/libqb/build.mk

Binary file not shown.