From 5428ad31766912390b6a268dc5df982028b18b8e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 12 Jun 2018 13:34:36 -0400 Subject: [PATCH] Fix oui-blendish path --- dep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/Makefile b/dep/Makefile index a2adafa7..ae9a4305 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -152,7 +152,7 @@ $(nanovg): $(wildcard nanovg/src/*.h) $(nanosvg): $(wildcard nanosvg/src/*.h) cp $^ include/ -$(oui-blendish): $(wildcard blendish/*.h) +$(oui-blendish): $(wildcard oui-blendish/*.h) cp $^ include/ $(osdialog): $(wildcard osdialog/*.h)