dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit b85e841be9e96201e8545829ecde7560ed9397a6
parent c4e07bf7d477d59ff479c2b7538f1a7fc815d13b
Author: finwo <finwo@pm.me>
Date:   Tue,  8 Jul 2025 20:35:44 +0200

Fix includes typo for webview

Diffstat:
Mwebview/webview/config.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webview/webview/config.mk b/webview/webview/config.mk @@ -1,5 +1,5 @@ SRC+=__DIRNAME/core/src/webview.cc -INCLUDE+=-I__DIRNAME/core/include +INCLUDES+=-I__DIRNAME/core/include ifeq ($(OS),Windows_NT) # CFLAGS += -D WIN32