Skip to content

Commit

Permalink
fix setup in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Jan 27, 2025
1 parent b16aa18 commit ca65c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ async function main() {
});

// alternative to specifying dylibs as linker args
await fs.mkdir(`${targetDir}/debug`, { recursive: true });
for (const name of await fs.readdir(`${nativeDepsDir}/lib`)) {
await fs.copyFile(
`${nativeDepsDir}/lib/${name}`,
Expand Down

1 comment on commit ca65c04

@vercel
Copy link

@vercel vercel bot commented on ca65c04 Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.