Skip to content

Commit

Permalink
test occt 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymarion committed Dec 6, 2019
1 parent 03910df commit cdae602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { exec }= require("child_process");

if (process.platform === "linux") {

const cmd = "(cd lib/binding && ls *.so.7.2.1 | sed sP^libPPg | sed sp.so.7.2.1pp | xargs -i ln -sf lib{}.so.7.2.1 lib{}.so.7)";
const cmd = "(cd lib/binding && ls *.so.7.3.1 | sed sP^libPPg | sed sp.so.7.3.1pp | xargs -i ln -sf lib{}.so.7.3.1 lib{}.so.7)";

exec(cmd, (error, stdout, stderr) => {
if (error) {
Expand Down

0 comments on commit cdae602

Please sign in to comment.