Skip to content

Commit

Permalink
echttp now requires OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Dec 27, 2020
1 parent 1cb3db2 commit c353bf8
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 @@ -24,7 +24,7 @@ rebuild: clean all
gcc -c -g -O -o $@ $<

houseclock: $(OBJS)
gcc -g -O -o houseclock $(OBJS) -lhouseportal -lechttp -lcrypto -lrt
gcc -g -O -o houseclock $(OBJS) -lhouseportal -lechttp -lssl -lcrypto -lrt

package:
mkdir -p packages
Expand Down

0 comments on commit c353bf8

Please sign in to comment.