summaryrefslogtreecommitdiff
path: root/symbian/configure.bat
diff options
context:
space:
mode:
Diffstat (limited to 'symbian/configure.bat')
-rw-r--r--symbian/configure.bat7
1 files changed, 4 insertions, 3 deletions
diff --git a/symbian/configure.bat b/symbian/configure.bat
index e3e3e5837d..c9782ee652 100644
--- a/symbian/configure.bat
+++ b/symbian/configure.bat
@@ -104,9 +104,10 @@ echo>> ~tmp~.mak endif
echo>> ~tmp~.mak ^ @if not exist sis\nul md sis
echo>> ~tmp~.mak ^ $(call ruby_pkg,sis\ruby.pkg)
echo>> ~tmp~.mak ifndef EXTSTATIC
-echo>> ~tmp~.mak ^ $(call ext_bigdecimal,sis\ruby.pkg)
-echo>> ~tmp~.mak ^ $(call ext_pkg,sis\ruby.pkg,stringio)
-echo>> ~tmp~.mak ^ $(call ext_pkg,sis\ruby.pkg,zlib)
+echo>> ~tmp~.mak ^ $(call core_ext_pkg,sis\ruby_core_ext.pkg)
+echo>> ~tmp~.mak ^ $(call ext_bigdecimal,sis\ruby_core_ext.pkg)
+echo>> ~tmp~.mak ^ $(call ext_pkg,sis\ruby_core_ext.pkg,stringio)
+echo>> ~tmp~.mak ^ $(call ext_pkg,sis\ruby_core_ext.pkg,zlib)
echo>> ~tmp~.mak ^ @if not exist eabi\nul md eabi
echo>> ~tmp~.mak ^ $(call ext_def,eabi\,stringio)
echo>> ~tmp~.mak ^ $(call ext_def,eabi\,bigdecimal)