mirror of
https://github.com/decompme/decomp.me.git
synced 2026-04-30 11:59:25 -05:00
1e00311790
* Avoid warning in git init when downloading libs * Remove unused --libraries argument * Take a Path when parsing libraries-dir * Simplify expression of default libraries_dir * Ensure the branch name is always a string * Move git download to a dedicated function * Emit error if get_library fails to create include dir
10 lines
194 B
YAML
10 lines
194 B
YAML
directx:
|
|
'5.0':
|
|
git:
|
|
url: https://github.com/roblabla/directx-headers
|
|
branch: '5.0'
|
|
'8.0':
|
|
git:
|
|
url: https://github.com/roblabla/directx-headers
|
|
branch: main
|