feat: プラグインパスをOS非依存に更新(.so拡張子削除)
- nyash.tomlからすべての.so拡張子を削除 - plugin_loader_v2のresolve_library_pathが自動的に適切な拡張子を追加 - Linux: .so - Windows: .dll - macOS: .dylib - クロスプラットフォーム対応の準備完了
This commit is contained in:
@ -109,8 +109,8 @@ pub extern "C" fn main() -> i32 {
|
||||
}
|
||||
// SAFETY: if not linked, calling will be an unresolved symbol at link-time; we rely on link step to include ny_main.
|
||||
let v = ny_main();
|
||||
// Print minimal observation
|
||||
println!("ny_main() returned: {}", v);
|
||||
0
|
||||
// Print standardized result line for golden comparisons
|
||||
println!("Result: {}", v);
|
||||
v as i32
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user