mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
--- a/binding.gyp 2021-10-01 01:06:48.914850580 +0200
|
||||
+++ b/binding.gyp 2021-10-01 01:24:44.147041657 +0200
|
||||
@@ -7,7 +7,7 @@
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'better_sqlite3',
|
||||
- 'dependencies': ['deps/sqlite3.gyp:sqlite3'],
|
||||
+ 'ldflags': ['-lsqlite3'],
|
||||
'sources': ['src/better_sqlite3.cpp'],
|
||||
'cflags': ['-std=c++14'],
|
||||
'xcode_settings': {
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
{
|
||||
'target_name': 'test_extension',
|
||||
- 'dependencies': ['deps/sqlite3.gyp:sqlite3'],
|
||||
+ 'ldflags': ['-lsqlite3'],
|
||||
'conditions': [['sqlite3 == ""', { 'sources': ['deps/test_extension.c'] }]],
|
||||
},
|
||||
],
|
||||
Reference in New Issue
Block a user