From e06148804fbe7598d9b0bb556411be542494a11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Fri, 25 Feb 2011 20:02:07 +0100 Subject: Fixed amd64 string. diff --git a/Sluift/SConscript b/Sluift/SConscript index ae51f57..cf0f4d0 100644 --- a/Sluift/SConscript +++ b/Sluift/SConscript @@ -16,7 +16,7 @@ if env["SCONS_STAGE"] == "build" : # Temporarily not building plugin on amd64, because it # requires the whole build to be done with -fPIC - if myenv["PLATFORM"] != "posix" or platform.machine() != "amd64" : + if myenv["PLATFORM"] != "posix" or platform.machine() != "x86_64" : myenv.SharedLibrary("sluift", [ "sluift.cpp", ]) -- cgit v0.10.2-6-g49f6