Skip to content
Snippets Groups Projects
Commit 5d414d6d authored by Seth ProductEngine's avatar Seth ProductEngine
Browse files

Linux build fix.

parent fc5030fc
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ endif (DARWIN) ...@@ -71,6 +71,7 @@ endif (DARWIN)
# Sort by high-level to low-level # Sort by high-level to low-level
target_link_libraries(llui_libtest target_link_libraries(llui_libtest
llui llui
llinventory
llmessage llmessage
${LLRENDER_LIBRARIES} ${LLRENDER_LIBRARIES}
${LLIMAGE_LIBRARIES} ${LLIMAGE_LIBRARIES}
......
...@@ -48,4 +48,4 @@ LLFloaterDestinations::~LLFloaterDestinations() ...@@ -48,4 +48,4 @@ LLFloaterDestinations::~LLFloaterDestinations()
BOOL LLFloaterDestinations::postBuild() BOOL LLFloaterDestinations::postBuild()
{ {
return TRUE; return TRUE;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment