Skip to content

Commit

Permalink
try to remove libwinpthread from win oct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 26, 2023
1 parent 2d6732c commit 36122b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -95,7 +95,7 @@ else
INCLUDEDIRS+=-Iblosc2/internal-complibs/zstd-1.5.2
LIBZLIB+=-Lblosc2/internal-complibs/zstd-1.5.2 -lzstd
endif
LIBZLIB+=-Lblosc2/lib -lblosc2 -lpthread -lz
LIBZLIB+=-Lblosc2/lib -lblosc2 -pthread -lz
INCLUDEDIRS+=-Iblosc2/include
endif

Expand Down

0 comments on commit 36122b8

Please sign in to comment.