| commit | cb1225825a82a52c16923d05da8a862544ff65cc | [log] [tgz] |
|---|---|---|
| author | Nicolas Capens <capn@google.com> | Tue May 06 23:34:44 2014 -0400 |
| committer | Nicolas Capens <capn@google.com> | Tue May 06 23:34:44 2014 -0400 |
| tree | a5f1a6a727e3013329d6097c1bf3e0fb8a57ced0 | |
| parent | c6e8ab13ecf20217229de8f4f19a14bbc18778f9 [diff] [blame] |
Use versioned shared library names. crbug.com/336438
diff --git a/src/Reactor/Nucleus.cpp b/src/Reactor/Nucleus.cpp index fec9421..c5377a8 100644 --- a/src/Reactor/Nucleus.cpp +++ b/src/Reactor/Nucleus.cpp
@@ -34,7 +34,7 @@ #include <fstream> -#if defined(__x86_64__) +#if defined(__x86_64__) && defined(_WIN32) extern "C" void X86CompilationCallback() { assert(false); // UNIMPLEMENTED