Skip to content

Commit 39cd4f4

Browse files
nickdademoNick D'Ademodg0yt
authored
[sqlcipher] fix windows build (microsoft#42675)
Co-authored-by: Nick D'Ademo <[email protected]> Co-authored-by: Kai Pastor <[email protected]>
1 parent 58b4954 commit 39cd4f4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

ports/sqlcipher/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ file(GLOB TCLSH_CMD
1818
file(TO_NATIVE_PATH "${TCLSH_CMD}" TCLSH_CMD)
1919
file(TO_NATIVE_PATH "${SOURCE_PATH}" SOURCE_PATH_NAT)
2020

21-
# Determine TCL version (e.g. [path]tclsh90s.exe -> 90)
21+
# Determine TCL version (e.g. [path]tclsh90sx.exe -> 90)
2222
string(REGEX REPLACE ^.*tclsh "" TCLVERSION ${TCLSH_CMD})
23-
string(REGEX REPLACE [A-Za-z]?${VCPKG_HOST_EXECUTABLE_SUFFIX}$ "" TCLVERSION ${TCLVERSION})
23+
string(REGEX REPLACE [A-Za-z]*${VCPKG_HOST_EXECUTABLE_SUFFIX}$ "" TCLVERSION ${TCLVERSION})
2424

2525
list(APPEND NMAKE_OPTIONS
2626
TCLSH_CMD="${TCLSH_CMD}"

ports/sqlcipher/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "sqlcipher",
33
"version": "4.6.1",
4+
"port-version": 1,
45
"description": "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage.",
56
"homepage": "https://www.zetetic.net/sqlcipher",
67
"license": null,

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8650,7 +8650,7 @@
86508650
},
86518651
"sqlcipher": {
86528652
"baseline": "4.6.1",
8653-
"port-version": 0
8653+
"port-version": 1
86548654
},
86558655
"sqlite-modern-cpp": {
86568656
"baseline": "2023-12-03",

versions/s-/sqlcipher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "11732bd26171c4420ce06505e0ab52dfb841714e",
5+
"version": "4.6.1",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "50e124ac105168dff2cbe199adf15e1d13f5562f",
510
"version": "4.6.1",

0 commit comments

Comments
 (0)