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 a645241 commit b85f550Copy full SHA for b85f550
Makefile.pre.in
@@ -1264,7 +1264,7 @@ testuniversal: @DEF_MAKE_RULE@ platform
1264
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
1265
# This must be run *after* a `make install` has completed the build. The
1266
# `--with-framework-name` argument *cannot* be used when configuring the build.
1267
-XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
+XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
1268
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
1269
.PHONY: testios
1270
testios:
0 commit comments