add -lgeos to LDFLAGS

master
Oliver Tonnhofer 2014-06-23 13:27:24 +02:00
parent 480c93f01c
commit f30e4f35f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package geos
/*
#cgo LDFLAGS: -lgeos_c
#cgo LDFLAGS: -lgeos_c -lgeos
#include "geos_c.h"
#include <stdlib.h>