Skip to content

Commit f943fcb

Browse files
authored
Merge pull request #214 from ahmetgeymen/bugfix/swift-build-warning
Update Makefile - refactor swift-build option
2 parents 31c2521 + e3bfc58 commit f943fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ xcodes: $(SOURCES)
2222
--configuration release \
2323
-Xswiftc -Onone \
2424
--disable-sandbox \
25-
--build-path "$(BUILDDIR)" \
25+
--scratch-path "$(BUILDDIR)" \
2626
--arch arm64 \
2727
--arch x86_64 \
2828

0 commit comments

Comments
 (0)