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 3c14df6 commit 8f37e9bCopy full SHA for 8f37e9b
Makefile.pre.in
@@ -1249,7 +1249,7 @@ testuniversal: @DEF_MAKE_RULE@ platform
1249
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
1250
# This must be run *after* a `make install` has completed the build. The
1251
# `--with-framework-name` argument *cannot* be used when configuring the build.
1252
-XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
+XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
1253
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
1254
.PHONY: testios
1255
testios:
0 commit comments