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

build: Ship libbase_static.a for macOS/Linux #609

Merged
merged 1 commit into from
Jul 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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