Skip to content

Commit b05c42a

Browse files
committed
Removed comment on undefined dynamic linking
1 parent a4888fd commit b05c42a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ferric/src/napi-rs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export async function generateTypeScriptDeclarations({
4444
);
4545
const tempOutputPath = path.join(tempPath, outputFilename);
4646
// Call into napi.rs to generate TypeScript declarations
47-
// RUSTFLAGS: "-C link-arg=-undefined -C link-arg=dynamic_lookup",
4847
const { task } = await napiCli.build({
4948
verbose: false,
5049
dts: outputFilename,

0 commit comments

Comments
 (0)