remove -I flag
This commit is contained in:
parent
d9a2582c69
commit
efa8e8b27a
|
@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#cgo CFLAGS: -I/home/nick/Downloads/include
|
|
||||||
#cgo LDFLAGS: -L/home/nick/.local/lib -lprojectM-4
|
#cgo LDFLAGS: -L/home/nick/.local/lib -lprojectM-4
|
||||||
#include "projectM-4/projectM.h"
|
#include "projectM-4/projectM.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in New Issue