[v:master] 07cab64d1 - Added PKGBUILD & CI step for deploying packages
parent
02282b0bc2
commit
7fba06144d
8
v.c
8
v.c
|
@ -1,11 +1,11 @@
|
|||
#define V_COMMIT_HASH "38cceeafe"
|
||||
#define V_COMMIT_HASH "07cab64d1"
|
||||
|
||||
#ifndef V_COMMIT_HASH
|
||||
#define V_COMMIT_HASH "56a3539"
|
||||
#define V_COMMIT_HASH "38cceeafe"
|
||||
#endif
|
||||
|
||||
#ifndef V_CURRENT_COMMIT_HASH
|
||||
#define V_CURRENT_COMMIT_HASH "38cceea"
|
||||
#define V_CURRENT_COMMIT_HASH "07cab64"
|
||||
#endif
|
||||
|
||||
// V comptime_definitions:
|
||||
|
@ -34712,7 +34712,7 @@ void v__pref__Preferences_fill_with_defaults(v__pref__Preferences* p) {
|
|||
}
|
||||
#endif
|
||||
}
|
||||
string vhash = _SLIT("56a3539");
|
||||
string vhash = _SLIT("38cceeafe");
|
||||
p->cache_manager = v__vcache__new_cache_manager(new_array_from_c_array(7, 7, sizeof(string), _MOV((string[7]){string_clone(vhash), str_intp(6, _MOV((StrIntpData[]){{_SLIT0, 0xfe10, {.d_s = v__pref__Backend_str(p->backend)}}, {_SLIT(" | "), 0xfe10, {.d_s = v__pref__OS_str(p->os)}}, {_SLIT(" | "), 0xfe10, {.d_s = p->ccompiler}}, {_SLIT(" | "), 0xfe10, {.d_s = p->is_prod ? _SLIT("true") : _SLIT("false")}}, {_SLIT(" | "), 0xfe10, {.d_s = p->sanitize ? _SLIT("true") : _SLIT("false")}}, {_SLIT0, 0, { .d_c = 0 }}})), string_clone(string_trim_space(p->cflags)), string_clone(string_trim_space(p->third_party_option)), string_clone(Array_string_str(p->compile_defines_all)), string_clone(Array_string_str(p->compile_defines)), string_clone(Array_string_str(p->lookup_path))})));
|
||||
if (string__eq(os__user_os(), _SLIT("windows"))) {
|
||||
p->use_cache = false;
|
||||
|
|
8
v_win.c
8
v_win.c
|
@ -1,11 +1,11 @@
|
|||
#define V_COMMIT_HASH "38cceeafe"
|
||||
#define V_COMMIT_HASH "07cab64d1"
|
||||
|
||||
#ifndef V_COMMIT_HASH
|
||||
#define V_COMMIT_HASH "56a3539"
|
||||
#define V_COMMIT_HASH "38cceeafe"
|
||||
#endif
|
||||
|
||||
#ifndef V_CURRENT_COMMIT_HASH
|
||||
#define V_CURRENT_COMMIT_HASH "38cceea"
|
||||
#define V_CURRENT_COMMIT_HASH "07cab64"
|
||||
#endif
|
||||
|
||||
// V comptime_definitions:
|
||||
|
@ -33506,7 +33506,7 @@ void v__pref__Preferences_fill_with_defaults(v__pref__Preferences* p) {
|
|||
if ((p->third_party_option).len == 0) {
|
||||
p->third_party_option = p->cflags;
|
||||
}
|
||||
string vhash = _SLIT("56a3539");
|
||||
string vhash = _SLIT("38cceeafe");
|
||||
p->cache_manager = v__vcache__new_cache_manager(new_array_from_c_array(7, 7, sizeof(string), _MOV((string[7]){string_clone(vhash), str_intp(6, _MOV((StrIntpData[]){{_SLIT0, 0xfe10, {.d_s = v__pref__Backend_str(p->backend)}}, {_SLIT(" | "), 0xfe10, {.d_s = v__pref__OS_str(p->os)}}, {_SLIT(" | "), 0xfe10, {.d_s = p->ccompiler}}, {_SLIT(" | "), 0xfe10, {.d_s = p->is_prod ? _SLIT("true") : _SLIT("false")}}, {_SLIT(" | "), 0xfe10, {.d_s = p->sanitize ? _SLIT("true") : _SLIT("false")}}, {_SLIT0, 0, { .d_c = 0 }}})), string_clone(string_trim_space(p->cflags)), string_clone(string_trim_space(p->third_party_option)), string_clone(Array_string_str(p->compile_defines_all)), string_clone(Array_string_str(p->compile_defines)), string_clone(Array_string_str(p->lookup_path))})));
|
||||
if (string__eq(os__user_os(), _SLIT("windows"))) {
|
||||
p->use_cache = false;
|
||||
|
|
Loading…
Reference in New Issue