Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Allow out of tree builds. #115

Merged
merged 1 commit into from
Dec 16, 2020
Merged

build: Allow out of tree builds. #115

merged 1 commit into from
Dec 16, 2020

Conversation

orbea
Copy link
Contributor

@orbea orbea commented Dec 15, 2020

This allows building the project out of tree.

Example:

mkdir /tmp/build
cd /tmp/build
make install -f /path/to/mupen64plus-video-glide64mk2/projects/unix/Makefile \
  SRCDIR=/path/to/mupen64plus-video-glide64mk2/src

See PR mupen64plus/mupen64plus-core#811 for reference.

Also fixes a case of using $(SRCDIR) before its set.

Also fixes a case of using $(SRCDIR) before its set.
@Narann Narann merged commit f0c92d9 into mupen64plus:master Dec 16, 2020
@orbea orbea deleted the build branch December 16, 2020 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants