Fix dir in release target

This commit is contained in:
Turiiya 2024-05-27 13:49:10 +02:00
parent 4700c2c5ff
commit 13e2ccf17d

View File

@ -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