lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I want to append to package.cpath from the C side of my app, what's the
best way to know if you need the '?.dll' or '?.so' file extension?

Should I just rely on #ifdef WIN32?

Scott