diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2024-04-19 21:27:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-19 21:27:10 -0700 |
| commit | 8362c2d46e2da0c20fbd3daf511ccdf425f9a1f0 (patch) | |
| tree | 5f4eb50535acb6b6dda589c4697817860fbc9ca4 /deps | |
| parent | beae3a9d219dac1e4e3da9c357b25d06370388f3 (diff) | |
Create a new release build for linux_x64. (#3989)
Diffstat (limited to 'deps')
| -rw-r--r-- | deps/target-deps.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json index ddd29b78a..0e6d5badd 100644 --- a/deps/target-deps.json +++ b/deps/target-deps.json @@ -23,6 +23,7 @@ "windows-x86_64" : { "type" : "url", "path" : "windows-x64-release.zip" }, "windows-x86" : { "type": "url", "path" : "windows-win32-release.zip" }, "linux-x86_64" : { "type": "url", "path" : "linux-x64-release.zip" }, + "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "linux-x64-release-glibc-2.27.zip" }, "linux-x86" : { "type": "url", "path" : "linux-x86-release.zip" }, "macosx-x86_64" : { "type": "url", "path" : "macosx-x86_64-release.zip" }, "windows-aarch64" : { "type" : "url", "path" : "windows-aarch64-release.zip" } |
