Skip to content
Snippets Groups Projects
Commit 967b888b authored by deuce's avatar deuce
Browse files

Build debug version of Cryptlib

parent 5042b1d3
Branches
Tags
No related merge requests found
......@@ -46,6 +46,10 @@ $(CRYPTLIB_BUILD): $(3RDP_ROOT)$(DIRSEP)dist/cryptlib.zip | $(CRYPT_SRC) $(CRYPT
@echo Creating $@ ...
$(QUIET)-rm -rf $(CRYPT_SRC)/*
$(QUIET)unzip -oa $(3RDPDISTDIR)$(DIRSEP)cryptlib.zip -d $(CRYPT_SRC)
ifdef DEBUG
$(QUIET)env - PATH=$(PATH) make -C $(CRYPT_SRC) debug
else
$(QUIET)env - PATH=$(PATH) make -C $(CRYPT_SRC)
endif
$(QUIET)cp $(CRYPT_SRC)$(DIRSEP)libcl.a $(CRYPT_IDIR)
$(QUIET)cp $(CRYPT_SRC)$(DIRSEP)cryptlib.h $(CRYPT_IDIR)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment