From 2d0805aa3ff3efac2a2e643f34a07efdceeea0f9 Mon Sep 17 00:00:00 2001 From: clobber Date: Thu, 16 Sep 2021 16:26:21 -0600 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a7f6a4..64da4bf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You must build the `mamearcade_headless.dylib` dynamic library before building t ```sh $ cd deps/mame -$ make macosx_x64_clang OSD="headless" verbose=1 TARGETOS="macosx" CONFIG="headless-rel" TARGET=mame SUBTARGET=arcade -j8 +$ make macosx_x64_clang OSD="headless" verbose=1 TARGETOS="macosx" CONFIG="release" TARGET=mame SUBTARGET=arcade MACOSX_DEPLOYMENT_TARGET=10.14 -j8 ``` Depending on your hardware, this could take a _long_ time, but if successful, you will have a file named `mamearcade_headless.dylib` in the current directory.