mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 14:39:14 -06:00
[chore]: Bump github.com/gin-contrib/cors from 1.4.0 to 1.5.0 (#2388)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4e0a5e3f6
commit
66b77acb1c
169 changed files with 173005 additions and 56262 deletions
7
vendor/github.com/chenzhuoyu/base64x/Makefile
generated
vendored
7
vendor/github.com/chenzhuoyu/base64x/Makefile
generated
vendored
|
|
@ -19,10 +19,11 @@ NATIVE_SRC += $(wildcard native/*.c)
|
|||
all: native_amd64.s
|
||||
|
||||
clean:
|
||||
rm -vf native_amd64.s output/*.s
|
||||
rm -vf native_text_amd64.go native_subr_amd64.go output/*.s
|
||||
|
||||
native_amd64.s: ${NATIVE_SRC} ${NATIVE_ASM} native_amd64.go
|
||||
mkdir -p output
|
||||
clang ${CFLAGS} -S -o output/native.s native/native.c
|
||||
python3 tools/asm2asm/asm2asm.py native_amd64.s output/native.s ${NATIVE_ASM}
|
||||
asmfmt -w native_amd64.s
|
||||
python3 tools/asm2asm/asm2asm.py -r native_amd64.go output/native.s ${NATIVE_ASM}
|
||||
awk '{gsub(/Text__native_entry__/, "text__native_entry__")}1' native_text_amd64.go > native_text_amd64.go.tmp && mv native_text_amd64.go.tmp native_text_amd64.go
|
||||
awk '{gsub(/Funcs/, "funcs")}1' native_subr_amd64.go > native_subr_amd64.go.tmp && mv native_subr_amd64.go.tmp native_subr_amd64.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue