Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Aug 18, 2023
1 parent 4870375 commit a8753ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/librhsp/scripts/generate-nodelib-def.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// https://github.com/cmake-js/cmake-js/issues/200
// To build cross-build for Windows, we need a
// node.lib file with the proper symbols.
// By creating a node.def file listing the
// symbols we need, we can run dlltool to
// create node.lib

import * as headers from "node-api-headers"
import * as fs from "fs";
import { spawn } from "child_process";
Expand Down

0 comments on commit a8753ef

Please sign in to comment.