Skip to content

Commit bcd8210

Browse files
committed
Applied updates
1 parent 9e1f9ac commit bcd8210

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build_shared.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- architecture: 'x64'
14-
compiler: 'gcc'
15-
configure_options: ''
1613
- architecture: 'x64'
1714
compiler: 'gcc'
1815
configure_options: '--enable-wide-character-type'

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
22

33
AC_INIT(
44
[libcpath],
5-
[20240512],
5+
[20240920],
66
77

88
AC_CONFIG_SRCDIR(

libcpath.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ features: ["debug_output"]
77

88
[library]
99
description: "Library to support cross-platform C path functions"
10+
features: ["wide_character_type"]
1011

0 commit comments

Comments
 (0)