Skip to content

Commit b85f550

Browse files
committed
[3.10] Correct timing sensitivity in iOS testing Makefile target. (pythonGH-118620)
1 parent a645241 commit b85f550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ testuniversal: @DEF_MAKE_RULE@ platform
12641264
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
12651265
# This must be run *after* a `make install` has completed the build. The
12661266
# `--with-framework-name` argument *cannot* be used when configuring the build.
1267-
XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
1267+
XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
12681268
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
12691269
.PHONY: testios
12701270
testios:

0 commit comments

Comments
 (0)