Linux build fixes

This commit is contained in:
Jack Andersen 2017-11-12 21:21:07 -10:00
parent 75830dc6dd
commit 03d597b0ac
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {