1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00

Revert Makefile changes

This commit is contained in:
Roland Heyder 2024-01-30 20:47:40 +01:00
parent ba7f80e361
commit 110bbb2fdd

View file

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