forked from mirrors/0ad
[SM78 1/2] Upgrade Spidermonkey build system and binaries to 78.6.0
SM78 drops usage of Python 2 in favour of Python 3. SM78 is the first ESR to actually use rust, which means a new static library is bundled. This means LLVM-objdump is now a dependency of Spidermonkey, and also 0 A.D. SM78 also removes the need for NSPR on Windows (Bug 1556646). Tested by: Stan, Freagarach, mammadori Refs #5694 Refs #5861 Differential Revision: https://code.wildfiregames.com/D3167 This was SVN commit r24332.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
# pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
#if MOZJS_MAJOR_VERSION != 68
|
||||
#if MOZJS_MAJOR_VERSION != 78
|
||||
#error Your compiler is trying to use an incorrect major version of the \
|
||||
SpiderMonkey library. The only version that works is the one in the \
|
||||
libraries/spidermonkey/ directory, and it will not work with a typical \
|
||||
@@ -81,7 +81,7 @@ system-installed version. Make sure you have got all the right files and \
|
||||
include paths.
|
||||
#endif
|
||||
|
||||
#if MOZJS_MINOR_VERSION != 12
|
||||
#if MOZJS_MINOR_VERSION != 6
|
||||
#error Your compiler is trying to use an untested minor version of the \
|
||||
SpiderMonkey library. If you are a package maintainer, please make sure \
|
||||
to check very carefully that this version does not change the behaviour \
|
||||
|
||||
Reference in New Issue
Block a user