1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 06:00:23 +00:00

Add DEP_HTTP to the dependency list for QB64-PE

Fairly straight forward, QB64-PE's dependency list has to be built into
the Makefile for when we're building straight from ./internal/source.
Recently it gained a HTTP dependency, so that now needs to be included.

Fixes: #255
This commit is contained in:
Matthew Kilgore 2022-11-25 23:37:25 -05:00 committed by Matt Kilgore
parent a8cc180307
commit ac999d8f4b

View file

@ -175,6 +175,7 @@ endif
DEP_ICON := y
DEP_ICON_RC := y
DEP_SOCKETS := y
DEP_HTTP := y
endif
include $(PATH_INTERNAL_C)/libqb/build.mk