-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: move rgw_lua_request.cc from rgw_common target to rgw_a
resolves a clang linker error where `rgw::lua::request::RequestLog()` from rgw_lua_request.cc (in rgw_common) looks for `rgw_log_op()` from rgw_log.cc (in rgw_a) rgw_a depends on rgw_common, not the other way around. so this moves rgw_lua_request.cc into the same target as rgw_log.cc lua is now a public dependency of rgw_common so it's not hidden from rgw_a or unit tests Signed-off-by: Casey Bodley <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters