Skip to content

Commit 9e4fc75

Browse files
committedMar 17, 2015
Load math for Travis CI
For resolving build error in Travis CI environment: https://travis-ci.org/sunzenshen/go-build-your-own-lisp/builds/54618585
1 parent 86e8686 commit 9e4fc75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mpc/mpc_interface.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package mpc
22

3+
// #cgo LDFLAGS: -lm
34
// #include "mpc_interface.h"
45
import "C"
56
import (

0 commit comments

Comments
 (0)
Please sign in to comment.