mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 22:32:42 +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 $< $@
|
cp -f $< $@
|
||||||
|
|
||||||
$(BIN)/SDL/Shaders: $(wildcard Shaders/*.fsh)
|
$(BIN)/SDL/Shaders: $(wildcard Shaders/*.fsh)
|
||||||
install -Dt $@ $^
|
-@$(MKDIR) -p $@
|
||||||
|
cp -f $^ $@
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(BIN)/SDL/Palettes: Misc/Palettes
|
$(BIN)/SDL/Palettes: Misc/Palettes
|
||||||
-@$(MKDIR) -p $@
|
-@$(MKDIR) -p $@
|
||||||
cp -rfT $< $@
|
cp -f $</* $@
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
# Boot ROMs
|
# Boot ROMs
|
||||||
|
Reference in New Issue
Block a user