Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit fd9ce67

Browse files
author
Simon Hofmann
committed
Added build step to copy libs to gyp PRODUCT_DIR
1 parent 4439823 commit fd9ce67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

binding.gyp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,13 @@
7878
"ldflags": ["--coverage"]
7979
},
8080
}
81+
},
82+
{
83+
"target_name": "action_before_build",
84+
"type": "none",
85+
"copies": [{
86+
"files": [ "<!@(node ./lib/bundle.js)" ],
87+
"destination": "<(PRODUCT_DIR)"
88+
}]
8189
}]
8290
}

0 commit comments

Comments
 (0)