forked from mirrors/0ad
[SM60 1/2] Upgrade Spidermonkey build system and binaries to 60.9.1
This changes VS to use the same library name as other platforms, since the toolsets are binary-compatible going forward. This makes the build script slightly more streamlined on windows. Also enable building NSPR on windows as part of the spidermonkey build, instead of compiling it separately. Tested by: SubitaNeo, Stan Refs #5859 Differential Revision: https://code.wildfiregames.com/D3115 This was SVN commit r24242.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
# pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
#if MOZJS_MAJOR_VERSION != 52
|
||||
#if MOZJS_MAJOR_VERSION != 60
|
||||
#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 \
|
||||
|
||||
Reference in New Issue
Block a user