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.
nix-shell
1 parent 4de5d2c commit 987ea76Copy full SHA for 987ea76
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