Skip to content

Commit

Permalink
remove test_extension from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wonlaw committed Oct 30, 2024
1 parent a23c78d commit 2339c2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,5 @@
},
},
},
{
'target_name': 'test_extension',
'dependencies': ['deps/sqlite3.gyp:sqlite3'],
'conditions': [['sqlite3 == ""', { 'sources': ['deps/test_extension.c'] }]],
},
],
}

0 comments on commit 2339c2d

Please sign in to comment.