Skip to content

Commit 02d637f

Browse files
fix path in build file
1 parent e4cb95f commit 02d637f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ fn generate_bindings() {
9393

9494
compile(
9595
"./xess/inc/xess_fg/xefg_swapchain_d3d12.h",
96-
"./src/xess_fg/dx12.rs",
96+
"./src/xefg_swapchain/dx12.rs",
9797
".*xefgSwapChainD3D12.*",
9898
".*xefg_swapchain_d3d12.*",
9999
);
100100

101101
// Same here, xefg_swapchain_debug.h includes xefg_swapchain.h.
102102
compile(
103103
"./xess/inc/xess_fg/xefg_swapchain_debug.h",
104-
"./src/xess_fg/swapchain.rs",
104+
"./src/xefg_swapchain/swapchain.rs",
105105
".*xefgSwapChain.*",
106106
".*xefg_swapchain.*",
107107
);

0 commit comments

Comments
 (0)