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:
parent
41fddf61ec
commit
b34092c517
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue