From 13e2ccf17dbef7a97e23fc884946fc3de675cc99 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Mon, 27 May 2024 13:49:10 +0200 Subject: [PATCH] Fix dir in release target --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index f60113ce..85ea6b05 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -131,7 +131,7 @@ else endif # Build macOS WKWebView ifeq ($(shell uname),Darwin) - @cd "$(BUILD_DIR)/debug" \ + @cd "$(BUILD_DIR)" \ && echo "Build WebUI Objective-C WKWebKit ($(CC) $(TARGET)release)..." \ && $(CC) $(TARGET) $(WKWEBKIT_BUILD_FLAGS) -Os endif