Skip to content

Commit f3eee83

Browse files
committed
Update copy_mac_libs.js
1 parent c9e8259 commit f3eee83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

copy_mac_libs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ function copyDylibs(binaryName, base = baseBinDir) {
4747
copiedLibs.add(path);
4848
copiedLibs.add(newFilename);
4949
if (path !== newFilename) {
50-
// logAndExec(`cp ${path} ${newFilename}`);
51-
5250
// copy sym-linked libraries as well
5351
let nameWithoutVersion = filename.split('.')[0];
5452
if (filename.includes('libSDL2')) {

0 commit comments

Comments
 (0)