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.
1 parent a93d5f1 commit aa5a9ecCopy full SHA for aa5a9ec
Makefile
@@ -26,7 +26,7 @@ install:
26
@@mkdir -p $(INSTALL_PATH)/lib
27
@@mkdir -p $(INSTALL_PATH)/vendor
28
29
- @@cp -f $(BASE)/build/default/nodegit.node $(INSTALL_PATH)/build/default/nodegit.node
+ @@cp -f $(BASE)/build/Release/nodegit.node $(INSTALL_PATH)/build/default/nodegit.node
30
@@cp -f $(BASE)/lib/* $(INSTALL_PATH)/lib/
31
@@cp -rf $(BASE)/vendor/* $(INSTALL_PATH)/vendor/
32
@@cp -f $(BASE)/package.json $(INSTALL_PATH)/
0 commit comments