Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanxw committed Dec 25, 2018
1 parent 066af39 commit 5b98a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third/Makefile.win
Expand Up @@ -75,7 +75,7 @@ zstd: zstd-1.3.1.tar.gz
cnpy: cnpy.zip zlib
unzip -o $< ## -o: overwrite existing file
ln -s -f cnpy-master cnpy
sed -i 's:<zlib.h>: "../zlib":' cnpy/cnpy.h
sed -i 's:<zlib.h>: "../zlib.h":' cnpy/cnpy.h
(cd cnpy; $(CXX) -std=c++11 -c cnpy.cpp; $(AR) rcs libcnpy.a cnpy.o)

######################################################################
Expand Down

0 comments on commit 5b98a04

Please sign in to comment.