From e9110912fbb8194b02cd5fec1edc89da78cd4b05 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Wed, 19 Nov 2025 11:09:32 -0800 Subject: [PATCH] fix: gyp file syntax error --- deps/sqlcipher/sqlcipher.gyp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/deps/sqlcipher/sqlcipher.gyp b/deps/sqlcipher/sqlcipher.gyp index b777d54..25c6a68 100755 --- a/deps/sqlcipher/sqlcipher.gyp +++ b/deps/sqlcipher/sqlcipher.gyp @@ -101,13 +101,11 @@ }], # LTO on Linux - 'conditions': [ - ['OS == "linux"', { - # GCC only for now - 'cflags': ['-flto=4', '-fuse-linker-plugin', '-ffat-lto-objects'], - 'ldflags': ['-flto=4', '-fuse-linker-plugin', '-ffat-lto-objects'], - }], - ], + ['OS == "linux"', { + # GCC only for now + 'cflags': ['-flto=4', '-fuse-linker-plugin', '-ffat-lto-objects'], + 'ldflags': ['-flto=4', '-fuse-linker-plugin', '-ffat-lto-objects'], + }], # Profiling ["\"-profiling.\" in \"