Skip to content

Commit dd6a594

Browse files
committed
build: Allow building binaries on any python 3.9
1 parent e9b3191 commit dd6a594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/build_bin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919
fi
2020

2121
# We also need to change the timestamps of all of the base library files
22-
lib_dir=`pyenv root`/versions/3.9.7/lib/python3.9
22+
lib_dir=$(pyenv prefix)/lib/python3.9
2323
TZ=UTC find ${lib_dir} -name '*.py' -type f -execdir touch -t "201901010000.00" '{}' \;
2424

2525
# Make the standalone binary

0 commit comments

Comments
 (0)