Update library dependencies

This commit is contained in:
Sky Johnson 2025-01-26 07:08:43 -06:00
parent 7385e0870e
commit 7e2d97dfab
6 changed files with 2 additions and 2 deletions

Binary file not shown.

BIN
lib/windows/liblua51.a Normal file

Binary file not shown.

BIN
lib/windows/libluajit.a Normal file

Binary file not shown.

View File

@ -2,8 +2,8 @@ package luajit
/*
#cgo CFLAGS: -I${SRCDIR}/include
#cgo windows LDFLAGS: -L${SRCDIR}/lib -llua51
#cgo !windows LDFLAGS: -L${SRCDIR}/lib -lluajit
#cgo windows LDFLAGS: -L${SRCDIR}/lib/windows -llua51
#cgo !windows LDFLAGS: -L${SRCDIR}/lib/linux -lluajit
#include <lua.h>
#include <lualib.h>