From e3bfc58dbda30955970058752e6291252d4dbc1f Mon Sep 17 00:00:00 2001 From: Ahmet Geymen Date: Thu, 15 Sep 2022 01:22:27 +0300 Subject: [PATCH] Update Makefile fixed: "warning: '--build-path' option is deprecated; use '--scratch-path' instead" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d95f808..5824af2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ xcodes: $(SOURCES) --configuration release \ -Xswiftc -Onone \ --disable-sandbox \ - --build-path "$(BUILDDIR)" \ + --scratch-path "$(BUILDDIR)" \ --arch arm64 \ --arch x86_64 \