Skip to content

Commit

Permalink
third_party ディレクトリを追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Nov 12, 2024
1 parent f1b605a commit fd5567e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ all: patch
go build -o bin/suzu cmd/suzu/main.go

patch:
patch -o oggwriter.go ./pion/oggwriter.go ./patch/oggwriter.go.patch
patch -o util.go ./pion/util.go ./patch/util.go.patch
patch -o oggwriter.go ./third_party/pion/oggwriter.go ./patch/oggwriter.go.patch
patch -o util.go ./third_party/pion/util.go ./patch/util.go.patch


test:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fd5567e

Please sign in to comment.