Add -pthread to lua testing

Required to fix linker errors in li_std_auto_ptr and cpp11_std_unique_ptr test cases
This commit is contained in:
William S Fulton 2022-08-11 22:08:10 +01:00
commit b34092c517

View file

@ -2430,6 +2430,7 @@ if test "$LUABIN"; then
if test "$LUA_VERSION" = "5.0"; then
LUALINK="$LUALINK -llualib"
fi
LUALINK="$LUALINK -pthread"
LIBS=$lua_save_LIBS # restore LIBS
fi