Skip to content

Commit ad49449

Browse files
committed
Fix checking header file
1 parent b549a7e commit ad49449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: clean build install
22

33
build:
4-
if [ ! -d "./include" ];then chmod +x *.sh && ./download_headers.sh; fi
4+
if [ ! -f "./include/pkcs11.h" ];then chmod +x *.sh && ./download_headers.sh; fi
55
mkdir -p bin
66
go build --buildmode=c-shared -o bin/
77

0 commit comments

Comments
 (0)