mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
function return working with one return value
This commit is contained in:
@@ -31,3 +31,7 @@ setup(
|
||||
},
|
||||
zip_safe=False
|
||||
)
|
||||
|
||||
extension_mod = Extension("symphony", ["orchpy/symphony.cpp"], include_dirs=["../../build/generated/"])
|
||||
|
||||
setup(name = "symphony", ext_modules=[extension_mod])
|
||||
|
||||
Reference in New Issue
Block a user