Skip to content

Commit

Permalink
Renamed a build target to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dachev committed Oct 10, 2014
1 parent 38deac1 commit 5c5ec7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"target_name": "cld",
"dependencies": [
"deps/cld/binding.gyp:cld"
"deps/cld/binding.gyp:cld-c"
],
"include_dirs": [
"deps/cld/public",
Expand Down
2 changes: 1 addition & 1 deletion deps/cld/binding.gyp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"targets": [
{
"target_name": "cld",
"target_name": "cld-c",
"type": "static_library",
"include_dirs": [
"internal",
Expand Down

0 comments on commit 5c5ec7a

Please sign in to comment.