Skip to content

Commit 59e53d4

Browse files
committed
[3.9] Correct timing sensitivity in iOS testing Makefile target. (pythonGH-118620)
1 parent a9a469e commit 59e53d4

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
@@ -1249,7 +1249,7 @@ testuniversal: @DEF_MAKE_RULE@ platform
12491249
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
12501250
# This must be run *after* a `make install` has completed the build. The
12511251
# `--with-framework-name` argument *cannot* be used when configuring the build.
1252-
XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
1252+
XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
12531253
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
12541254
.PHONY: testios
12551255
testios:

0 commit comments

Comments
 (0)