Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ものすごく単純。Node-gyp は、ソースのすぐ近くに「build」フォルダーを作成します。アウト オブ ソース ビルドを行う方法、つまりそのフォルダを別の場所に移動する方法はありますか? ソース ツリーがビルド ジャンクで汚染されたくないし、ソースをどこかに手動でコピーしたくありません。実行時のヒント -Goutput_dir='.' があります。GYP と node-gyp の両方のドキュメントで言及が見つかりませんでしたが。
ありがとう。