Skip to content

Commit 32e4922

Browse files
committed
🚚 Rename helpers to be clearer they're not what users want
1 parent 9d9570c commit 32e4922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žsrc/loader-data.cmakeβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target_link_libraries(
1616
target_include_directories(loader-data PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")
1717

1818
math(EXPR VOID_P_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
19-
set(OUTPUT_NAME "OpenXR-API-Layers-loader-data-${VOID_P_BITS}")
19+
set(OUTPUT_NAME "helper-openxr-loader-data-${VOID_P_BITS}")
2020
set_target_properties(
2121
loader-data
2222
PROPERTIES

β€Žsrc/windows/WindowsPlatform.cppβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ WindowsPlatform::GetLoaderDataWithoutCache() {
647647
PROCESS_INFORMATION pi {};
648648

649649
const auto commandLine = (std::filesystem::path {modulePath}.parent_path()
650-
/ "OpenXR-API-Layers-loader-data-64.exe")
650+
/ "helper-openxr-loader-data-64.exe")
651651
.wstring();
652652
if (!CreateProcessW(
653653
commandLine.c_str(),

0 commit comments

Comments
Β (0)