@@ -97,6 +97,8 @@ class FridaPrebuiltExt(build_ext):
else:
arch_name=machine
os_version="{}-{}".format(os_name,arch_name)
elifsystem=='FreeBSD':
os_version="freebsd-"+platform.machine()
else:
raiseNotImplementedError("unsupported OS")
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.