Skip to content

Commit

Permalink
Fix ar arguments in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlienCowEatCake committed Dec 5, 2022
1 parent effc15b commit 2b3ff0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gcc example1.c -L. -lwintoastlibc -lole32 -mwindows
Loader source: [wintoastlibc_lazy.c](src/wintoastlibc_lazy.c)
```bash
gcc -DWTLC_BUILD_STATIC -o wintoastlibc_lazy.o -c wintoastlibc_lazy.c
ar rcs -o libwintoastlibc.dll.a wintoastlibc_lazy.o
ar rcs libwintoastlibc.dll.a wintoastlibc_lazy.o
gcc example1.c -DWTLC_BUILD_STATIC -L. -lwintoastlibc -lole32 -mwindows
```

Expand Down

0 comments on commit 2b3ff0c

Please sign in to comment.