mirror of
https://github.com/AxioDL/amuse.git
synced 2025-07-06 13:16:15 +00:00
Linux build fixes
This commit is contained in:
parent
75830dc6dd
commit
03d597b0ac
@ -55,7 +55,7 @@ static bool ExtractAudioGroup(amuse::SystemStringView inPath, amuse::SystemStrin
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto songs = amuse::ContainerRegistry::LoadSongs(inPath.data());
|
auto songs = amuse::ContainerRegistry::LoadSongs(inPath.data());
|
||||||
amuse::SystemString songsDir = targetPath + _S("/midifiles");
|
amuse::SystemString songsDir = amuse::SystemString(targetPath) + _S("/midifiles");
|
||||||
bool madeDir = false;
|
bool madeDir = false;
|
||||||
for (auto& pair : songs)
|
for (auto& pair : songs)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user