Build native library with BUCK for .NET (Mono, Xamarin) #282
Reference in New Issue
Block a user
No description provided.
Delete Branch "mono"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Examples:
buck build //csharp:yoganet#shared,default
->libyoga.dylib
buck build //csharp:yoganet#shared,android-armv7
->libyoga.so
buck build //:yoga#static,iphoneos-arm64
->libyoga.a
buck build //csharp:yoganet#static,iphoneos-arm64
->libyoganet.a
Can this be used from with the .NET test script?
@splhack updated the pull request - view changes
@splhack has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Sure, the script now uses buck to build shared library.
Pull request closed