We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83c7019 + 209aaac commit 4c014bfCopy full SHA for 4c014bf
shell.nix
@@ -116,8 +116,8 @@ let
116
ln -svf $(type -P cardano-cli)
117
mkdir -p ${BUILDTYPE}/
118
${let
119
- # XXX: right now we don’t build Debug/ versions on Linux (TODO: investigate why – @michalrus)
120
- sourceBUILDTYPE = if system == "x86_64-linux" then "Release" else BUILDTYPE;
+ # (TODO: investigate why – @michalrus)
+ sourceBUILDTYPE = "Release";
121
in ''
122
ln -svf $PWD/node_modules/usb/build/${sourceBUILDTYPE}/usb_bindings.node ${BUILDTYPE}/
123
ln -svf $PWD/node_modules/node-hid/build/${sourceBUILDTYPE}/HID.node ${BUILDTYPE}/
0 commit comments