From 8a4c96b25276d6c27e76313a66d6175bce665c61 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 11 Jul 2008 09:28:04 +0000 Subject: [PATCH] fixed build (I hope) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402404 --- tools/builder/PkgCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index f3d3d726..58531e8e 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -173,7 +173,7 @@ namespace builder lib = new Library(); lib.package_path = "addons/sourcemod/bin"; - lib.source_path = "sourcepawn/jit/x86"; + lib.source_path = "sourcepawn/jit"; lib.binary_name = "sourcepawn.jit.x86"; lib.vcproj_name = "jit-x86"; libraries.Add(lib);