Skip to content

Commit

Permalink
ISSUE #634 Added .12 to supported extensions since ODA now wants this…
Browse files Browse the repository at this point in the history
… version of libtbb explicitly
  • Loading branch information
sebjf committed Sep 25, 2023
1 parent e2db765 commit c19a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/package_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const externalLibraries = [
rootEnvVar: "ODA_ROOT",
subPath: ["exe/vc14_amd64dll", "bin/lnxX64_8.3dll"],
subFolder: ["exe/vc14_amd64dll/CSV", "bin/lnxX64_8.3dll/CSV"],
extensions: [...exts, ".txt", ".2"]
extensions: [...exts, ".txt", ".2", ".12"]
},
{
rootEnvVar: "THRIFT_ROOT",
Expand Down

0 comments on commit c19a776

Please sign in to comment.