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