Makefile: Fixed bin folder not being created by "make libretro"
This commit is contained in:
parent
1139fb9ad2
commit
46c744808a
1 changed files with 2 additions and 1 deletions
3
makefile
3
makefile
|
@ -96,7 +96,8 @@ ui: InteropDLL/$(OBJFOLDER)/$(SHAREDLIB)
|
|||
cd GUI.NET && xbuild /property:Configuration="Release" /property:Platform="$(MESENPLATFORM)" /property:PreBuildEvent="" /property:DefineConstants="HIDETESTMENU,DISABLEAUTOUPDATE"
|
||||
|
||||
libretro: Libretro/$(OBJFOLDER)/$(LIBRETROLIB)
|
||||
cp ./Libretro/$(OBJFOLDER)/$(LIBRETROLIB) ./bin
|
||||
mkdir -p bin
|
||||
cp ./Libretro/$(OBJFOLDER)/$(LIBRETROLIB) ./bin/
|
||||
|
||||
core: InteropDLL/$(OBJFOLDER)/$(SHAREDLIB)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue