Skip to content

Commit f57657f

Browse files
kdridiScrewtapello
authored andcommitted
make it compilable on case-sensitive systems
1 parent 73b275a commit f57657f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsnes/target-bsnes/GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ifeq ($(platform),macos)
3131
mkdir -p out/$(name).app/Contents/Resources/
3232
mv out/$(name) out/$(name).app/Contents/MacOS/$(name)
3333
cp Database/* out/$(name).app/Contents/MacOS/Database/
34-
cp -r ../shaders/* out/$(name).app/Contents/macOS/Shaders/
34+
cp -r ../shaders/* out/$(name).app/Contents/MacOS/Shaders/
3535
cp $(ui)/resource/$(name).plist out/$(name).app/Contents/Info.plist
3636
sips -s format icns $(ui)/resource/$(name).png --out out/$(name).app/Contents/Resources/$(name).icns
3737
endif

0 commit comments

Comments
 (0)