mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 18:32:10 -05:00
Fix local libs
This commit is contained in:
parent
26dcc2d3bd
commit
57d27d26e2
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ const fs = require('fs');
|
|||
}
|
||||
|
||||
let embedLocalLibs = core.getInput("embed-local-libraries-mac").split(" ");
|
||||
for (let lib of embedLibs) {
|
||||
for (let lib of embedLocalLibs) {
|
||||
if (lib == "") continue;
|
||||
|
||||
let libname = lib.substring(lib.lastIndexOf("/") + 1, lib.indexOf(".dylib"));
|
||||
|
|
Loading…
Reference in a new issue