Skip to content

Commit aa5a9ec

Browse files
committed
Changing build path
1 parent a93d5f1 commit aa5a9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
@@mkdir -p $(INSTALL_PATH)/lib
2727
@@mkdir -p $(INSTALL_PATH)/vendor
2828

29-
@@cp -f $(BASE)/build/default/nodegit.node $(INSTALL_PATH)/build/default/nodegit.node
29+
@@cp -f $(BASE)/build/Release/nodegit.node $(INSTALL_PATH)/build/default/nodegit.node
3030
@@cp -f $(BASE)/lib/* $(INSTALL_PATH)/lib/
3131
@@cp -rf $(BASE)/vendor/* $(INSTALL_PATH)/vendor/
3232
@@cp -f $(BASE)/package.json $(INSTALL_PATH)/

0 commit comments

Comments
 (0)