diff options
| author | 2022-05-02 14:05:18 +0100 | |
|---|---|---|
| committer | 2022-05-02 15:05:18 +0200 | |
| commit | b56dae8120d43b9acd3d3ed4d40100ffab7b972a (patch) | |
| tree | d55d30589d8a8499ed3d5eecba163abc9fa78c27 /vendor/modernc.org/sqlite/Makefile | |
| parent | add extra indexes as a migration (#527) (diff) | |
| download | gotosocial-b56dae8120d43b9acd3d3ed4d40100ffab7b972a.tar.xz | |
[chore] Update all but bun libraries (#526)
* update all but bun libraries
Signed-off-by: kim <grufwub@gmail.com>
* remove my personal build script changes
Signed-off-by: kim <grufwub@gmail.com>
Diffstat (limited to 'vendor/modernc.org/sqlite/Makefile')
| -rw-r--r-- | vendor/modernc.org/sqlite/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/modernc.org/sqlite/Makefile b/vendor/modernc.org/sqlite/Makefile index 8de69a000..8f18e806f 100644 --- a/vendor/modernc.org/sqlite/Makefile +++ b/vendor/modernc.org/sqlite/Makefile @@ -65,6 +65,8 @@ build_all_targets: # GOOS=windows GOARCH=386 go test -c -o /dev/null GOOS=windows GOARCH=amd64 go build -v ./... GOOS=windows GOARCH=amd64 go test -c -o /dev/null + GOOS=windows GOARCH=arm64 go build -v ./... + GOOS=windows GOARCH=arm64 go test -c -o /dev/null echo done # 3900x @@ -73,6 +75,10 @@ windows_amd64: CCGO_CPP=x86_64-w64-mingw32-cpp TARGET_GOOS=windows TARGET_GOARCH=amd64 go generate 2>&1 | tee log-generate GOOS=windows GOARCH=amd64 go build -v ./... +windows_arm64: + go run addport.go windows_amd64 windows_arm64 + GOOS=windows GOARCH=arm64 go build -v ./... + # 3900x windows_386: @echo "Should be executed only on linux/amd64." |
