There was an error while loading. Please reload this page.
1 parent c5c5b73 commit e16e735Copy full SHA for e16e735
1 file changed
prepare_build.py
@@ -65,6 +65,9 @@ def stage_platform_libs(pkg_dir, staged):
65
Path("/io/build_linux_sam"),
66
Path("/io/build_linux_ssc"),
67
Path(samntdir) / ".." / "cmake-build-release",
68
+ # GA
69
+ Path(samntdir) / "api" /"build" / "Release",
70
+ Path(sscdir) / "build" / "ssc" / "Release",
71
]
72
lib_names = ["libSAM_api.so", "libssc.so"]
73
elif sys.platform == "win32":
0 commit comments