From c67d9e96a6c8a8e404836fe944fef023da3b2147 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 8 Feb 2023 17:48:26 -0500 Subject: [PATCH] correct a typo --- sys/unix/hints/macOS.370 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/macOS.370 b/sys/unix/hints/macOS.370 index 770a4b702..8e7664d61 100755 --- a/sys/unix/hints/macOS.370 +++ b/sys/unix/hints/macOS.370 @@ -429,7 +429,7 @@ BUNDLE_WAV = bundlewav endif BUNDLELIST = $(BUNDLE_TOP) $(BUNDLE_CONTENTSDIR) $(BUNDLE_FRAMEWORKSDIR) \ $(BUNDLE_MACOSDIR) $(BUNDLE_PKGINFODIR) $(BUNDLE_PLUGINSDIR) \ - $(BUNDLE_RESOURCESDIR) $(BUNDLE_SHAREDFRMEWORKSDIR) \ + $(BUNDLE_RESOURCESDIR) $(BUNDLE_SHAREDFRAMEWORKSDIR) \ $(BUNDLE_INFOPLIST) $(BUNDLE_GAME) $(BUNDLE_WAV) endif # WANT_BUNDLE #