Skip to content

Commit

Permalink
liboath fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fam007e committed Oct 1, 2024
1 parent 39c240d commit ed6c40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CFLAGS = -Wall -Wextra -I./src -I/usr/include
LDFLAGS = -lcrypto -loath -lssl

# Check if oath.h exists in the system
OATH_SYSTEM := $(shell if [ -f /usr/include/oath.h ]; then echo 1; else echo 0; fi)
OATH_SYSTEM := $(shell if [ -f /usr/include/liboath/oath.h ]; then echo 1; else echo 0; fi)

ifeq ($(OATH_SYSTEM),0)
# Use local oath.h
Expand Down

0 comments on commit ed6c40a

Please sign in to comment.