This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 27084 for ps


Ignore:
Timestamp:
09/01/22 22:49:16 (2 years ago)
Author:
Stan
Message:

Don't mix locally installed python libs when building
Patch by: @baco
Differential Revision: https://code.wildfiregames.com/D4776

Location:
ps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/gui/credits/texts/programming.json

    r26983 r27084  
    3939                { "nick": "Aurium", "name": "Aurélio Heckert" },
    4040                { "nick": "azayrahmad", "name": "Aziz Rahmad" },
     41                { "nick": "baco", "name": "Dionisio E Alonso" },
    4142                { "nick": "badmadblacksad", "name": "Martin F" },
    4243                { "nick": "badosu", "name": "Amadeus Folego" },
  • ps/trunk/build/workspaces/update-workspaces.sh

    r27082 r27084  
    9494  echo
    9595  if [ "$with_system_mozjs" = "false" ]; then
    96     (cd ../../libraries/source/spidermonkey && MAKE=${MAKE} JOBS=${JOBS} ./build.sh) || die "SpiderMonkey build failed"
     96    (cd ../../libraries/source/spidermonkey && MAKE=${MAKE} JOBS=${JOBS} PYTHONNOUSERSITE=true ./build.sh) || die "SpiderMonkey build failed"
    9797  fi
    9898  echo
Note: See TracChangeset for help on using the changeset viewer.