no need to link against the private framework anymore

This commit is contained in:
Laurent Sansonetti
2011-07-20 18:56:49 -07:00
parent c71c9a52ce
commit 37c62c58be

View File

@@ -82,7 +82,8 @@ task :bridgesupport_static_stubs do
end
task :deploy do
sh "/usr/bin/gcc -I./src -Wall -O3 src/deploy.m -o deploy /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice -framework Foundation"
sh "/usr/bin/gcc -I./src -Wall -O3 src/deploy.m -o deploy -framework Foundation"
sh "/usr/bin/strip -x deploy"
end
task :clean do