mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2026-01-31 00:55:22 +01:00
The script assumed Git's traditional loose refs or packed-refs format. When cloning with extensions.refstorage=reftable, neither .git/refs/* nor .git/packed-refs exist, causing cmake configuration to fail. Fall back to git rev-parse when file-based ref lookup fails.