From 95fe6eaf86f9f6ae18368fb698f83aa7aa22d6ea Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 28 Jun 2010 19:03:16 -0400 Subject: [PATCH] Fix build. --- tools/buildbot/PackageScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/PackageScript b/tools/buildbot/PackageScript index 1f17d3e7..5258c499 100644 --- a/tools/buildbot/PackageScript +++ b/tools/buildbot/PackageScript @@ -208,8 +208,8 @@ elif AMBuild.target['platform'] == 'windows': os.path.join('addons', 'sourcemod', 'bin'))) pdb_list.append('loader\\sourcemod_mm.pdb') -AddHL2Library('sourcemod', 'bin') AddNormalLibrary('sourcemod.logic', 'bin') +AddHL2Library('sourcemod', 'bin') AddNormalLibrary('sourcepawn.jit.x86', 'bin') AddNormalLibrary('geoip.ext', 'extensions') AddNormalLibrary('dbi.mysql.ext', 'extensions')