Skip to content

Commit

Permalink
Correct timing sensitivity in iOS testing Makefile target. (pythonGH-…
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 authored May 6, 2024
1 parent 2eb9991 commit dd37e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ testuniversal: all
# a full Xcode install that has an iPhone SE (3rd edition) simulator available.
# This must be run *after* a `make install` has completed the build. The
# `--with-framework-name` argument *cannot* be used when configuring the build.
XCFOLDER=iOSTestbed.$(MULTIARCH).$(shell date +%s)
XCFOLDER:=iOSTestbed.$(MULTIARCH).$(shell date +%s)
XCRESULT=$(XCFOLDER)/$(MULTIARCH).xcresult
.PHONY: testios
testios:
Expand Down

0 comments on commit dd37e85

Please sign in to comment.