No need to bundle as an actual binary
This commit is contained in:
6
bin/ldd
6
bin/ldd
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Inspired by https://github.com/yarnpkg/yarn/issues/3421#issuecomment-1399393547
|
||||
|
||||
echo "This file is just a stub; it is not meant to be executed.
|
||||
It will be replaced by the postinstall script with the binary for the target platform."
|
||||
3
bin/ldd.js
Executable file
3
bin/ldd.js
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require('../build/src/index.js');
|
||||
Reference in New Issue
Block a user