From 03f8528315fa46c95991a34f3325d7b33ae5538c Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Sat, 02 May 2020 21:48:36 +0000 Subject: [PATCH] Update source to SDL2 2.0.12 --- source/docs/README-macosx.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source/docs/README-macosx.md b/source/docs/README-macosx.md index 15ab39e..ee4f669 100644 --- a/source/docs/README-macosx.md +++ b/source/docs/README-macosx.md @@ -100,7 +100,7 @@ will be visible to the user in the Finder. Usually it will be the same as EXE_NAME but capitalized. E.g. if EXE_NAME is "testgame" then APP_NAME usually is "TestGame". You might also want to use `@PACKAGE@` to use the package -name as specified in your configure.in file. +name as specified in your configure.ac file. If your project builds more than one application, you will have to do a bit more. For each of your target applications, you need a separate rule. -- Gitblit v1.9.3