Skip to content

Commit

Permalink
link an already built libblosc.a
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Jul 8, 2024
1 parent 0651503 commit 2066379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/noinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
or, if you don't have the blosc library installed yet:
$ gcc -O3 -msse2 noinit.c ../blosc/*.c -I../blosc -o noinit
$ gcc noinit.c -I../blosc -o noinit ../build/blosc/libblosc.a
Using MSVC on Windows:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
or, if you don't have the blosc library installed:
$ gcc -O3 -msse2 simple.c ../blosc/*.c -I../blosc -o simple
$ gcc simple.c -I../blosc -o simple ../build/blosc/libblosc.a
Using MSVC on Windows:
Expand Down

0 comments on commit 2066379

Please sign in to comment.