Fix DoCatalogs for MediaPlayer

since it uses gristed sources, it must be inside the multiarch block.
This commit is contained in:
Adrien Destugues 2017-11-01 22:01:33 +01:00
parent ae80bc1f41
commit 00b62cbe54

View File

@ -121,8 +121,6 @@ for architectureObject in [ MultiArchSubDirSetup ] {
localestub shared bnetapi
: MediaPlayer.rdef
;
}
}
DoCatalogs MediaPlayer :
x-vnd.Haiku-MediaPlayer
@ -141,3 +139,5 @@ DoCatalogs MediaPlayer :
RemovePLItemsCommand.cpp
SettingsWindow.cpp
;
}
}