Skip to content

Commit d90b248

Browse files
committed
Update build.py to new buildlib
Fix README.md formatting
1 parent 83308b9 commit d90b248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ungoogled-chromium is a set of configuration flags, patches, and custom scripts.
99
* Strip binaries from the source tree, and use those provided by the system or build them from source
1010
* Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience)
1111

12-
12+
Table of Contents
1313
* [Features](#features)
1414
* [Supported platforms and distributions](#supported-platforms-and-distributions)
1515
* [Download pre-built packages](#download-pre-built-packages)

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
def main():
3333
try:
34-
builder = buildlib.Builder()
34+
builder = buildlib.get_builder()
3535
# Modify builder's attributes as necessary. See the Builder class for options
3636
builder.check_build_environment()
3737
builder.setup_chromium_source()

0 commit comments

Comments
 (0)