mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 02:22:06 +02:00
Fix build on macOS
This commit is contained in:
5
Makefile
5
Makefile
@@ -662,12 +662,13 @@ $(BIN)/SDL/background.bmp: SDL/background.bmp
|
||||
cp -f $< $@
|
||||
|
||||
$(BIN)/SDL/Shaders: $(wildcard Shaders/*.fsh)
|
||||
install -Dt $@ $^
|
||||
-@$(MKDIR) -p $@
|
||||
cp -f $^ $@
|
||||
touch $@
|
||||
|
||||
$(BIN)/SDL/Palettes: Misc/Palettes
|
||||
-@$(MKDIR) -p $@
|
||||
cp -rfT $< $@
|
||||
cp -f $</* $@
|
||||
touch $@
|
||||
|
||||
# Boot ROMs
|
||||
|
Reference in New Issue
Block a user