Skip to content

Commit

Permalink
specify product dir when package
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Oct 13, 2014
1 parent 1c0ff87 commit 06cf6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nw.gypi
Expand Up @@ -775,7 +775,7 @@
'outputs':[
'<(PRODUCT_DIR)/new_package.re',
],
'action': ['python', '<(package_script)'],
'action': ['python', '<(package_script)', '-p', '<(PRODUCT_DIR)'],
},
],
'dependencies': [
Expand Down

0 comments on commit 06cf6cb

Please sign in to comment.