Skip to content

Commit

Permalink
Merge pull request #17 from carapace-sh/fix-makefile
Browse files Browse the repository at this point in the history
fix makefile
  • Loading branch information
rsteube authored Oct 27, 2024
2 parents 72ce796 + 23e47ad commit d19624c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ build-termux: clean
$(call apply,termux/2-fix-GOPROXY-and-GOSUMDB-default-is-empty)
$(call apply,termux/3-src-crypto-x509-root_linux.go)
$(call apply,termux/4-src-os-file_unix.go.patch)
$(call apply,termux/5-src-runtime-cgo-cgo.go.patch)
$(call apply,termux/6-src-runtime-cgo-gcc_android.c.patch)

@echo "Building Go from source..."
@cd go-src/src && ./make.bash
Expand Down
25 changes: 0 additions & 25 deletions termux/6-src-runtime-cgo-cgo.go.patch/patch.diff

This file was deleted.

0 comments on commit d19624c

Please sign in to comment.