mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-05 03:03:50 +00:00
Explicit use /usr/lib64 on linux
This commit is contained in:
parent
8c6a4dd22e
commit
d15d6d891a
@ -238,7 +238,8 @@
|
|||||||
]
|
]
|
||||||
}],
|
}],
|
||||||
["OS=='linux'", {
|
["OS=='linux'", {
|
||||||
"libraries": [ "-l:libssl.a", "-l:libcrypto.a" ]
|
"libraries": [ "-l:libssl.a", "-l:libcrypto.a" ],
|
||||||
|
"library_dirs:": [ "/usr/lib", "/usr/lib64" ],
|
||||||
}]
|
}]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user