diff options
author | Callum Prentice <callum@gmail.com> | 2020-05-03 19:03:22 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-05-03 19:03:22 -0700 |
commit | 77d2a05921bdba3ac284350650c5394dcc8e3444 (patch) | |
tree | f949509f95a780beec6cba90e68cd6c023e51057 /indra | |
parent | 25aa0999c603399cf81680411e3824430a9be789 (diff) |
Pick up first version of new Dullahan build autobuild scripts that builds CEF wrapper first before building Dullahan. Change to version headers meant a change to appviewer.cpp too.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 55728bc366..8fc9d7ec30 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -127,7 +127,7 @@ #include "llcoros.h" #include "llexception.h" #if !LL_LINUX -#include "cef/dullahan.h" +#include "cef/dullahan_version.h" #include "vlc/libvlc_version.h" #endif // LL_LINUX |