1 parent 166a7f4 commit f775921Copy full SHA for f775921
1 file changed
Makefile.pre.in
@@ -1739,7 +1739,7 @@ testuniversal: all
1739
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
1740
# This must be run *after* a `make install` has completed the build. The
1741
# `--with-framework-name` argument *cannot* be used when configuring the build.
1742
-XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
+XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
1743
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
1744
.PHONY: testios
1745
testios:
0 commit comments