summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-26 14:06:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-26 14:06:18 +0100
commitde6b38750007ce6da96e30695a57c79bd20ea0ef (patch)
treed8a6acd323c32b59df2b40f47acbfdcc9cffa5af /set_soenv.in
parentec87d03ed6f9e4419b0ca1b523a76dd80b742bc9 (diff)
ENABLE_DIRETX->ENABLE_DIRECTX
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 6aa53c5ecff7..bfebd81500ad 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1068,7 +1068,7 @@ if ($platform =~ m/cygwin/)
}
$ILIB .= $wps.PathFormat("@MINGW_CLIB_DIR@").
$wps.$WINDOWS_SDK_HOME.$LIB;
- if ( '@ENABLE_DIRETX@' )
+ if ( '@ENABLE_DIRECTX@' )
{ $ILIB .= $wps.PathFormat("@DIRECTXSDK_LIB@");
}
}