Skip to content

Commit

Permalink
add -lm for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenakh committed Sep 27, 2023
1 parent 854042e commit bc14927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions poly.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package tgo

/*
#cgo LDFLAGS: -lm
#include "tg.h"
#include <stdlib.h>
*/
Expand Down
1 change: 1 addition & 0 deletions ring.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package tgo

/*
#cgo LDFLAGS: -lm
#include "tg.h"
#include <stdlib.h>
*/
Expand Down
1 change: 1 addition & 0 deletions tgo.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package tgo

/*
#cgo LDFLAGS: -lm
#include "tg.h"
#include <stdlib.h>
*/
Expand Down

0 comments on commit bc14927

Please sign in to comment.