Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Fix source directory for install target #42

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix source directory for install target
  • Loading branch information
richardlau committed Jan 20, 2017
commit 55cb2f50c1587148068b037752cbc99a44a403aa
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"copies": [
{
"destination": "<(module_root_dir)",
"files": ["<(module_root_dir)/build/Release/api.node"]
"files": ["<(PRODUCT_DIR)/api.node"]
}]
},
],
Expand Down