| void generate_export(const build_params& params, | void generate_export(const build_params& params, | ||||
| fs::path archive_file, | fs::path archive_file, | ||||
| const source_list& sources) { | const source_list& sources) { | ||||
| const auto export_root = params.out_root / fmt::format("{}.export-root", params.export_name); | |||||
| const auto export_root = params.out_root / fmt::format("{}.lpk", params.export_name); | |||||
| spdlog::info("Generating library export: {}", export_root.string()); | spdlog::info("Generating library export: {}", export_root.string()); | ||||
| fs::remove_all(export_root); | fs::remove_all(export_root); | ||||
| fs::create_directories(export_root); | fs::create_directories(export_root); |