Skip to content

Commit

Permalink
Flip source files in the binding.gyp - This hopefully helps with #10
Browse files Browse the repository at this point in the history
  • Loading branch information
schroffl committed Oct 12, 2018
1 parent 3d05d46 commit ea43aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"targets": [
{
"target_name": "node_lzo",
"sources": [ "lib/minilzo209/minilzo.c", "lib/lzo.cc" ]
"sources": [ "lib/lzo.cc", "lib/minilzo209/minilzo.c" ]
}
]
}

0 comments on commit ea43aff

Please sign in to comment.