remove -L directive

This commit is contained in:
filifa 2024-08-25 18:16:53 -05:00
parent efa8e8b27a
commit f30eb1c678
1 changed files with 1 additions and 1 deletions

View File

@ -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>
*/ */