We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb9991 commit dd37e85Copy full SHA for dd37e85
Makefile.pre.in
@@ -2040,7 +2040,7 @@ testuniversal: all
2040
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
2041
# This must be run *after* a `make install` has completed the build. The
2042
# `--with-framework-name` argument *cannot* be used when configuring the build.
2043
-XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
+XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
2044
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
2045
.PHONY: testios
2046
testios:
0 commit comments