Skip to content

Commit

Permalink
Update toolchain.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwidoggie authored Dec 1, 2024
1 parent 0445d4e commit 5b5df29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Build crtlib
working-directory: src/crt
run: clang crtlib.c -c -o ../../lib/crtlib.o
run: clang crtlib.c -fPIC -c -o ../../lib/crtlib.o

- name: Merge compiler-rt into libc
working-directory: lib
Expand Down

0 comments on commit 5b5df29

Please sign in to comment.