We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1f9ac commit bcd8210Copy full SHA for bcd8210
.github/workflows/build_shared.yml
@@ -10,9 +10,6 @@ jobs:
10
strategy:
11
matrix:
12
include:
13
- - architecture: 'x64'
14
- compiler: 'gcc'
15
- configure_options: ''
16
- architecture: 'x64'
17
compiler: 'gcc'
18
configure_options: '--enable-wide-character-type'
configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
2
3
AC_INIT(
4
[libcpath],
5
- [20240512],
+ [20240920],
6
[[email protected]])
7
8
AC_CONFIG_SRCDIR(
libcpath.ini
@@ -7,4 +7,5 @@ features: ["debug_output"]
[library]
9
description: "Library to support cross-platform C path functions"
+features: ["wide_character_type"]
0 commit comments