diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2021-05-17 12:29:47 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2021-05-17 12:29:47 -0700 |
commit | 02ce2be5c3f6085d953b46e187fbdda566dc87c6 (patch) | |
tree | 4b78af6f79fb9de2a712ac6268059bf838000a40 /tools/generate-version-script.py | |
parent | 8e54c214e7033551c28faf7b42382f8a53b4b40f (diff) | |
parent | 4ae3788ad81736b89528cb38f4ef7550db52e242 (diff) |
Merge 4ae3788ad81736b89528cb38f4ef7550db52e242 on remote branch
Change-Id: I70220c545a9790ddd141637349a9e4d9c334d3a8
Diffstat (limited to 'tools/generate-version-script.py')
-rwxr-xr-x | tools/generate-version-script.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/generate-version-script.py b/tools/generate-version-script.py index acfe21859..def621e1f 100755 --- a/tools/generate-version-script.py +++ b/tools/generate-version-script.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This tool is used to generate the version scripts for libc, libm, libdl, # and libstdc++ for every architecture. |