Skip to content

Commit

Permalink
Fixed dependency of package-osx
Browse files Browse the repository at this point in the history
See #188
  • Loading branch information
polluks committed Jan 31, 2023
1 parent 91d7409 commit 606b34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -637,7 +637,7 @@ package-beos package-haiku:
install -m 644 $(DOCFILES) $(PKGDIR)
zip -ry9 $(PKGDIR).zip $(PKGDIR)/

package-osx:
package-osx: $(TARGET)
mkdir -p $(PKGDIR)/Oricutron.app/Contents/MacOS
mkdir -p $(PKGDIR)/Oricutron.app/Contents/Resources/images
mkdir -p $(PKGDIR)/Oricutron.app/Contents/Resources/roms
Expand Down

0 comments on commit 606b34b

Please sign in to comment.