Linux: Fixed wrong folder name in makefile
This commit is contained in:
parent
15fa85ef9a
commit
3136cd595a
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -99,7 +99,7 @@ ui: InteropDLL/$(OBJFOLDER)/$(SHAREDLIB)
|
|||
cp -r UI/Dependencies/* $(RELEASEFOLDER)/Dependencies/
|
||||
cp InteropDLL/$(OBJFOLDER)/$(SHAREDLIB) $(RELEASEFOLDER)/Dependencies/$(SHAREDLIB)
|
||||
cd $(RELEASEFOLDER)/Dependencies && zip -r ../Dependencies.zip *
|
||||
cd GUI.NET && xbuild /property:Configuration="Release" /property:Platform="$(MESENPLATFORM)" /property:PreBuildEvent="" /property:DefineConstants="HIDETESTMENU,DISABLEAUTOUPDATE"
|
||||
cd UI && xbuild /property:Configuration="Release" /property:Platform="$(MESENPLATFORM)" /property:PreBuildEvent="" /property:DefineConstants="HIDETESTMENU,DISABLEAUTOUPDATE"
|
||||
|
||||
libretro: Libretro/$(OBJFOLDER)/$(LIBRETROLIB)
|
||||
mkdir -p bin
|
||||
|
|
Loading…
Add table
Reference in a new issue