1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-09 22:36:59 -05:00

Adapt Makefiles for VeraCrypt. Use PKCS#11 headers from source tree is not specified elsewhere.

This commit is contained in:
Mounir IDRASSI
2014-06-08 00:48:01 +02:00
parent 084a8ee85c
commit 4d12001e10
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -67,6 +67,8 @@ endif
ifdef PKCS11_INC
C_CXX_FLAGS += -I$(PKCS11_INC)
+else
C_CXX_FLAGS += -I$(CURDIR)/PKCS11
endif
ifeq "$(origin RESOURCEDIR)" "command line"
@@ -171,7 +173,7 @@ endif
ifeq "$(shell uname -s)" "Darwin"
PLATFORM := MacOSX
APPNAME := TrueCrypt
APPNAME := VeraCrypt
TC_OSX_SDK ?= /Developer/SDKs/MacOSX10.4u.sdk
CC := gcc-4.0