blob: a820bf7e79c5a90237f89998b303eccfcca1ea46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- third_party/libexif/libexif.gyp.orig 2014-10-10 08:54:17 UTC
+++ third_party/libexif/libexif.gyp
@@ -5,9 +5,9 @@
{
'variables': {
'conditions': [
- ['OS == "linux" and chromeos==0', {
+ ['(OS == "linux" or OS == "freebsd") and chromeos==0', {
'use_system_libexif%': 1,
- }, { # OS != "linux" and chromeos==0
+ }, { # (OS != "linux" and OS != "freebsd") or chromeos==0
'use_system_libexif%': 0,
}],
],
|