summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/widevine/cdm/widevine_cdm.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp
index 5bde10d..2148ff9 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -72,6 +72,12 @@
'<(PRODUCT_DIR)/libwidevinecdm.so',
],
}],
+ [ 'OS == "linux" and target_arch == "x64"', {
+ 'libraries': [
+ # Copied by widevine_cdm_binaries.
+ '<(PRODUCT_DIR)/libwidevinecdm.so',
+ ],
+ }],
[ 'OS == "win" and 0', {
'type': 'shared_library',
}],