Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
build: Ship libbase_static.a for macOS/Linux (#609)
Browse files Browse the repository at this point in the history
Needed for using e.g. `switches::kEnableFeatures` in
electron/electron#13784.
  • Loading branch information
poiru authored and MarshallOfSound committed Jul 24, 2018
1 parent 1083791 commit 659aa83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/create-dist
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ BINARIES = {

BINARIES_SHARED_LIBRARY = {
'darwin': [
os.path.join('obj', 'base', 'libbase_static.a'),
os.path.join('obj', 'components', 'cdm', 'renderer', 'librenderer.a'),
os.path.join('obj', 'net', 'libhttp_server.a'),
os.path.join('obj', 'third_party', 'webrtc', 'rtc_base', 'librtc_base.a'),
Expand All @@ -104,6 +105,7 @@ BINARIES_SHARED_LIBRARY = {
os.path.join('obj', 'third_party', 'pdfium', 'libpwl.a'),
],
'linux': [
os.path.join('obj', 'base', 'libbase_static.a'),
os.path.join('obj', 'components', 'cdm', 'renderer', 'librenderer.a'),
os.path.join('obj', 'net', 'libhttp_server.a'),
os.path.join('obj', 'third_party', 'webrtc', 'rtc_base', 'librtc_base.a'),
Expand Down

0 comments on commit 659aa83

Please sign in to comment.