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