Skip to content

Commit

Permalink
Adjust chrpath for lib dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <[email protected]>
  • Loading branch information
MarcoLm993 committed Jul 30, 2024
1 parent 14031d0 commit 3ff335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
chrpath -r \$SOURCE/3rd_party \$SOURCE/3rd_party/libstorm.so
chrpath -r \$SOURCE/3rd_party \$SOURCE/3rd_party/libstorm-parsers.so
chrpath -r \$SOURCE/3rd_party \$SOURCE/lib/libsmc_storm_lib.so
chrpath -r \$SOURCE/lib \$SOURCE/bin/smc_storm
chrpath -r \$SOURCE/3rd_party:\$SOURCE/lib \$SOURCE/bin/smc_storm
chmod a+x \$SOURCE/bin/smc_storm
EOF
- name: Upload artifact
Expand Down

0 comments on commit 3ff335d

Please sign in to comment.