Skip to content

Commit

Permalink
Fixed some flags
Browse files Browse the repository at this point in the history
  • Loading branch information
wbourne0 committed Jun 1, 2020
1 parent 6af3307 commit e38beec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gosamplerate/gosamplerate.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package gosamplerate

/*
#cgo LDFLAGS: -L./lib/lib -lsamplerate -l:libm.a
#cgo CFLAGS: -I./lib/include
#cgo LDFLAGS: -static -L./lib/ -lsamplerate -lm
#cgo CFLAGS: -I./lib/
#include "samplerate.h"
#include <stdlib.h>
Expand Down

0 comments on commit e38beec

Please sign in to comment.