Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Files in this directory are not strictly standard musl libc, but implemented here for compatibility for Emscripten purposes.
Files in this directory are not strictly standard musl libc, but implemented
here for compatibility for Emscripten purposes.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Comment thread
kleisauke marked this conversation as resolved.
File renamed without changes.
6 changes: 2 additions & 4 deletions system/lib/update_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ def get_llvm_version(upstream_dir):


def update_readme(local_dir, llvm_dir):
readme_path = os.path.join(local_dir, 'readme.txt')
readme_path = os.path.join(local_dir, 'README.md')
if not os.path.exists(readme_path):
readme_path = os.path.join(local_dir, 'README.txt')
if not os.path.exists(readme_path):
return
return

with open(readme_path, 'r') as f:
content = f.read()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading