mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-14 23:18:54 +00:00
Update electron to 40.1.0
This commit is contained in:
14
patches/fs-xattr.patch
Normal file
14
patches/fs-xattr.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff --git a/binding.gyp b/binding.gyp
|
||||
index 9e8d3b65824078700ffe324787e46853ab6faf9e..6072c86e7658bb506a444f3ea807d5338787bf17 100644
|
||||
--- a/binding.gyp
|
||||
+++ b/binding.gyp
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"targets": [
|
||||
{
|
||||
+ 'xcode_settings': {
|
||||
+ 'MACOSX_DEPLOYMENT_TARGET': '10.15',
|
||||
+ },
|
||||
"target_name": "xattr",
|
||||
"sources": [
|
||||
"src/async.c",
|
||||
Reference in New Issue
Block a user