summaryrefslogtreecommitdiff
path: root/src/boot_O2/stackcheck.c
diff options
context:
space:
mode:
authorZach Banks <zjbanks@gmail.com>2021-05-18 19:53:11 -0400
committerGitHub <noreply@github.com>2021-05-18 19:53:11 -0400
commit091219d742adb529f0a34f985c3ce1b0e916726d (patch)
treee8a09f46cb048044c74c677091dc2df8d85ca049 /src/boot_O2/stackcheck.c
parent0e3e008da4e769f2614f39186b1c7869031f72a3 (diff)
Small env fixes: git submodules & python3 (#127)
* Small env fixes: for git submodules & python3 Using `/usr/bin/env python3` is preferred over `/usr/bin/python3` because it is compatible with virtualenvs, etc. It picks the version of `python3` currently on the `PATH`, rather than the system-wide default. For the git submodules, I had two issues: The ZAPD repo is currently pointing at a commit not on the master branch, which has to be specifically fetched. Adding `--remote` to the update command fixes this. The decomp-permuter has primary branch `main` not `master` like this repo, so this has to be specified in `.gitmodules` when using `--remote`. * Rework `git submodule update...` part of Makefile
Diffstat (limited to 'src/boot_O2/stackcheck.c')
0 files changed, 0 insertions, 0 deletions