We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e8259 commit f3eee83Copy full SHA for f3eee83
copy_mac_libs.js
@@ -47,8 +47,6 @@ function copyDylibs(binaryName, base = baseBinDir) {
47
copiedLibs.add(path);
48
copiedLibs.add(newFilename);
49
if (path !== newFilename) {
50
- // logAndExec(`cp ${path} ${newFilename}`);
51
-
52
// copy sym-linked libraries as well
53
let nameWithoutVersion = filename.split('.')[0];
54
if (filename.includes('libSDL2')) {
0 commit comments