Skip to content

Commit 04b377e

Browse files
detlyneheb
authored andcommitted
enlog: new wrap
1 parent a535ffd commit 04b377e

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

ci_config.json

+8
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,14 @@
184184
],
185185
"fatal_warnings": false
186186
},
187+
"enlog": {
188+
"build_options": [
189+
"enlog:color=true",
190+
"enlog:errno=auto",
191+
"enlog:json=true",
192+
"enlog:locking=uv"
193+
]
194+
},
187195
"epoxy": {
188196
"alpine_packages": [
189197
"libx11-dev",

releases.json

+8
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,14 @@
666666
"1.3.13-2"
667667
]
668668
},
669+
"enlog": {
670+
"dependency_names": [
671+
"enlog"
672+
],
673+
"versions": [
674+
"1.6-1"
675+
]
676+
},
669677
"entt": {
670678
"dependency_names": [
671679
"entt"

subprojects/enlog.wrap

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[wrap-file]
2+
directory = enlog-v1.6
3+
source_url = https://gitlab.com/c_enlog/enlog/-/archive/v1.6/enlog-v1.6.tar.bz2
4+
source_filename = enlog-v1.6.tar.bz2
5+
source_hash = 4aa08a9886f8b51f726d8b19ba3e9cf0307073698726bed1552ce82044420a3e
6+
7+
[provide]
8+
enlog = dep_enlog

0 commit comments

Comments
 (0)