From 835bba16b1407d5a8f998623f52e67bd86cc42f6 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 5 Sep 2011 17:24:11 +0000 Subject: fix typo, ENABLE_DIRECTX instead of ENABLE_DIRETX --- set_soenv.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_soenv.in b/set_soenv.in index e5d75e8ac174..3411b7452db4 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -1102,7 +1102,7 @@ if ($platform =~ m/cygwin|os2/) } $ILIB .= $wps.PathFormat("@MINGW_CLIB_DIR@"). $wps.$PSDK_HOME.$LIB; - if ( '@ENABLE_DIRETX@' ) + if ( '@ENABLE_DIRECTX@' ) { $ILIB .= $wps.PathFormat("@DIRECTXSDK_LIB@"); } } -- cgit