forgot this

This commit is contained in:
GreYFoX 2011-04-15 07:12:11 +02:00
parent 2a37807879
commit 8e521aec03

View file

@ -89,7 +89,6 @@ if include_src:
if use_bundle: if use_bundle:
os.system("lipo -create -output "+name+"-Server "+name+"-Server"+"_ppc "+name+"-Server"+"_x86") os.system("lipo -create -output "+name+"-Server "+name+"-Server"+"_ppc "+name+"-Server"+"_x86")
os.system("lipo -create -output "+name+"-Server_sql "+name+"-Server_sql"+"_ppc "+name+"-Server_sql"+"_x86")
os.system("lipo -create -output "+name+" "+name+"_ppc "+name+"_x86") os.system("lipo -create -output "+name+" "+name+"_ppc "+name+"_x86")
os.system("lipo -create -output serverlaunch serverlaunch_ppc serverlaunch_x86") os.system("lipo -create -output serverlaunch serverlaunch_ppc serverlaunch_x86")