Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa5a9ec

Browse filesBrowse files
committed
Changing build path
1 parent a93d5f1 commit aa5a9ec
Copy full SHA for aa5a9ec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.