Skip to content

Commit 3ff335d

Browse files
committed
Adjust chrpath for lib dependencies
Signed-off-by: Marco Lampacrescia <[email protected]>
1 parent 14031d0 commit 3ff335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_executable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
chrpath -r \$SOURCE/3rd_party \$SOURCE/3rd_party/libstorm.so
114114
chrpath -r \$SOURCE/3rd_party \$SOURCE/3rd_party/libstorm-parsers.so
115115
chrpath -r \$SOURCE/3rd_party \$SOURCE/lib/libsmc_storm_lib.so
116-
chrpath -r \$SOURCE/lib \$SOURCE/bin/smc_storm
116+
chrpath -r \$SOURCE/3rd_party:\$SOURCE/lib \$SOURCE/bin/smc_storm
117117
chmod a+x \$SOURCE/bin/smc_storm
118118
EOF
119119
- name: Upload artifact

0 commit comments

Comments
 (0)