File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ cat<<EOF > ${B}
111111# MIT License
112112# Autark (https://autark.dev) build system script wrapper.
113113# Copyright (c) 2012-2025 Softmotions Ltd <info@softmotions.com>
114- #
114+ # Autark: aec5320de2e44ef5a0338f9ea990ed2a
115115# https://github.com/Softmotions/autark
116116
117117META_VERSION=${META_VERSION}
Original file line number Diff line number Diff line change 22#define CONFIG_H
33
44#define META_VERSION "0.9.0"
5- #define META_REVISION "947a8ae "
5+ #define META_REVISION "4a8a474 "
66
77#define MACRO_MAX_RECURSIVE_CALLS 128
88
Original file line number Diff line number Diff line change 22# MIT License
33# Autark (https://autark.dev) build system script wrapper.
44# Copyright (c) 2012-2025 Softmotions Ltd <info@softmotions.com>
5- #
5+ # Autark: aec5320de2e44ef5a0338f9ea990ed2a
66# https://github.com/Softmotions/autark
77
88META_VERSION=0.9.0
9- META_REVISION=947a8ae
9+ META_REVISION=4a8a474
1010cd " $( cd " $( dirname " $0 " ) " ; pwd -P) "
1111
1212prev_arg=" "
@@ -62,7 +62,7 @@ cat <<'a292effa503b' > ${AUTARK_HOME}/autark.c
6262#ifndef CONFIG_H
6363#define CONFIG_H
6464#define META_VERSION "0.9.0"
65- #define META_REVISION "947a8ae "
65+ #define META_REVISION "4a8a474 "
6666#define MACRO_MAX_RECURSIVE_CALLS 128
6767#endif
6868#define _AMALGAMATE_
You can’t perform that action at this time.
0 commit comments