From 60f50c70a7956b0eb02ac05d86135f6311189a66 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 26 Jan 2015 22:02:53 +0100 Subject: [PATCH] Updated a README. --- docs/README-porting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-porting.md b/docs/README-porting.md index d93c65bd39405..cf2d3eaca448f 100644 --- a/docs/README-porting.md +++ b/docs/README-porting.md @@ -15,7 +15,7 @@ There are two basic ways of building SDL at the moment: If you have a GNUish system, then you might try this. Edit configure.in, take a look at the large section labelled: - "Set up the configuration based on the target platform!" + "Set up the configuration based on the host platform!" Add a section for your platform, and then re-run autogen.sh and build! 2. Using an IDE: