We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c075e2 commit 7564a98Copy full SHA for 7564a98
pkcs11_luna/Rakefile
@@ -8,7 +8,7 @@ require 'rbconfig'
8
9
LUNA_INCLUDE_DIR = ENV['LUNA_INCLUDE_DIR'] || '/usr/safenet/lunaclient/samples/include'
10
RUBY_PKCS11_DIR = File.expand_path('..')
11
-
+$: << File.join(RUBY_PKCS11_DIR, "lib")
12
13
SHARED_FILES = [
14
'ext/pk11_struct_macros.h',
pkcs11_protect_server/Rakefile
@@ -8,6 +8,7 @@ require 'rbconfig'
PROTECT_SERVER_SDK_DIR = ENV['PROTECT_SERVER_SDK_DIR'] || '/opt/ETcpsdk'
0 commit comments