From 2339c2d5e81a14c51709a7169f68be3202d1ef5f Mon Sep 17 00:00:00 2001 From: Matthew Wonlaw Date: Tue, 29 Oct 2024 23:15:20 -0400 Subject: [PATCH] remove `test_extension` from build --- binding.gyp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/binding.gyp b/binding.gyp index da3338dd..cda04ca3 100644 --- a/binding.gyp +++ b/binding.gyp @@ -62,10 +62,5 @@ }, }, }, - { - 'target_name': 'test_extension', - 'dependencies': ['deps/sqlite3.gyp:sqlite3'], - 'conditions': [['sqlite3 == ""', { 'sources': ['deps/test_extension.c'] }]], - }, ], }