Skip to content

Commit a56875f

Browse files
committed
fixup! Fix nwjs#6108: move ffmpeg library to parent folder for macOS 10.9
1 parent a4ffdb6 commit a56875f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import("//build/config/features.gni")
22
import("//build/toolchain/toolchain.gni")
33
if (is_mac) {
44
import("//build/util/branding.gni")
5-
chrome_framework_name = chrome_product_full_name + " Framework"
5+
#chrome_framework_name = chrome_product_full_name + " Framework"
66
}
77
import("//build/util/version.gni")
88

0 commit comments

Comments
 (0)