Skip to content

Merge base/mod script compilation into a single _RunMake()#98

Open
marlonrichert wants to merge 1 commit into
X2CommunityCore:mainfrom
marlonrichert:fix-runmake-duplicate-compile
Open

Merge base/mod script compilation into a single _RunMake()#98
marlonrichert wants to merge 1 commit into
X2CommunityCore:mainfrom
marlonrichert:fix-runmake-duplicate-compile

Conversation

@marlonrichert

Copy link
Copy Markdown
Contributor

_RunMakeBase() and _RunMakeMod() each invoked make separately, but make -mods <name> <path> already recompiles base-game script packages as part of compiling the mod's own package.

_RunMakeBase() and _RunMakeMod() each invoked `make` separately, but
`make -mods <name> <path>` already recompiles base-game script
packages as part of compiling the mod's own package.
@marlonrichert
marlonrichert marked this pull request as draft July 14, 2026 09:21
@marlonrichert

Copy link
Copy Markdown
Contributor Author

Let's hold off on this one. I seem to have introduced a bug.

@marlonrichert
marlonrichert marked this pull request as ready for review July 14, 2026 12:40
@marlonrichert

Copy link
Copy Markdown
Contributor Author

The problem is not in this one. It's in #96.

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.

1 participant