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

Submodule libxmp inconsistency #626

Open
1vanK opened this issue Aug 13, 2024 · 0 comments
Open

Submodule libxmp inconsistency #626

1vanK opened this issue Aug 13, 2024 · 0 comments

Comments

@1vanK
Copy link

1vanK commented Aug 13, 2024

All submodules have a name external/....

Git files: .git\modules\external\...

.gitmodules:

[submodule "external/SDL"]
	path = external/SDL
	url = https://github.com/libsdl-org/SDL.git
	branch = main
[submodule "external/flac"]
	path = external/flac
	url = https://github.com/libsdl-org/flac.git
	branch = 1.3.4-SDL
...

Only libxmp have name without external.

Git files: .git\modules\libxmp

.gitmodules:

[submodule "libxmp"]
	path = external/libxmp
	url = https://github.com/libsdl-org/libxmp.git
	branch = 4.6.x-SDL
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

No branches or pull requests

1 participant