Skip to content

Commit

Permalink
default.cf: Enforcing ENABLE_SSL for now because this branch currentl…
Browse files Browse the repository at this point in the history
…y does not build without.
  • Loading branch information
jerstlouis committed Aug 20, 2018
1 parent d2485e5 commit ab00a3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.cf
Expand Up @@ -115,6 +115,11 @@ ifdef DISABLE_GL
CFLAGS += -DECERE_NOGL
endif

# Always enabling SSL in the dev branch for now because it currently does not build without
ifndef ENABLE_SSL
ENABLE_SSL := y
endif

ifndef ENABLE_SSL
CFLAGS += -DECERE_NOSSL
endif

0 comments on commit ab00a3c

Please sign in to comment.