···3132 buildAndTestSubdir = "adapter";
330034 cargoBuildFlags = [
35 "--lib"
36 "--bin=codelldb"
37- "--features=weak-linkage"
38 ];
3940 # Tests are linked to liblldb but it is not available here.
···3132 buildAndTestSubdir = "adapter";
3334+ buildFeatures = [ "weak-linkage" ];
35+36 cargoBuildFlags = [
37 "--lib"
38 "--bin=codelldb"
039 ];
4041 # Tests are linked to liblldb but it is not available here.