File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
installer/LibLogicalAccess.Msm
sources/LibLogicalAccessNet.native Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
<?define Win 64 = " yes" ?>
7
7
<?define PlatformString = " 64-bit" ?>
8
8
<?define lladir = " ..\packages\dll\x86_64\Release" ?>
9
- <?define llaw 32dir = " ..\..\sources\LibLogicalAccessNet.win32 \bin\x86_64\Release" ?>
9
+ <?define llaw 32dir = " ..\..\sources\LibLogicalAccessNet.native \bin\x86_64\Release" ?>
10
10
<?define islogkbdhook = " islogkbdhook64.exe" ?>
11
11
<?define islogkbdhooklib = " islogkbdhooklib64.dll" ?>
12
12
<?define libcrypto = " libcrypto-1_1-x64.dll" ?>
15
15
<?define Win 64 = " no" ?>
16
16
<?define PlatformString = " 32-bit" ?>
17
17
<?define lladir = " ..\packages\dll\x86\Release" ?>
18
- <?define llaw 32dir = " ..\..\sources\LibLogicalAccessNet.win32 \bin\x86\Release" ?>
18
+ <?define llaw 32dir = " ..\..\sources\LibLogicalAccessNet.native \bin\x86\Release" ?>
19
19
<?define islogkbdhook = " islogkbdhook32.exe" ?>
20
20
<?define islogkbdhooklib = " islogkbdhooklib32.dll" ?>
21
21
<?define libcrypto = " libcrypto-1_1.dll" ?>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ liblogicalaccess_exception_wrap.cxx
14
14
liblogicalaccess_crypto_wrap.cxx
15
15
lla_std_types_wrap.cxx)
16
16
17
- set (TARGET_NAME LogicalAccessNet .native)
17
+ set (TARGET_NAME LibLogicalAccessNet .native)
18
18
19
19
add_library (${TARGET_NAME} SHARED ${LLA_SWIG_SOURCES} )
20
20
if (MSVC )
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ def requirements(self):
23
23
24
24
def configure (self ):
25
25
self .options ['LogicalAccess' ].LLA_BUILD_UNITTEST = self .options .LLA_BUILD_UNITTEST
26
- self .options ['LogicalAccessPrivate' ].LLA_BUILD_UNITTEST = self .options .LLA_BUILD_UNITTEST
27
26
28
27
def configure_cmake (self ):
29
28
cmake = CMake (self , build_type = self .settings .build_type )
You can’t perform that action at this time.
0 commit comments