Skip to content

Commit f46df63

Browse files
committed
Fix dir structure
1 parent 68abcc9 commit f46df63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sources/SDL/Native/build-win-arm.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cmake ..\..\..\..\eng\submodules\sdl -A arm -DCMAKE_BUILD_TYPE=Release
99
cmake --build . --parallel
1010
cd ..
1111
mkdir runtimes\win-arm\native
12-
copy build\SDL3.dll runtimes\win-arm\native
12+
copy build\Release\SDL3.dll runtimes\win-arm\native

sources/SDL/Native/build-win-arm64.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cmake ..\..\..\..\eng\submodules\sdl -A arm64 -DCMAKE_BUILD_TYPE=Release
99
cmake --build . --parallel
1010
cd ..
1111
mkdir runtimes\win-arm64\native
12-
copy build\SDL3.dll runtimes\win-arm64\native
12+
copy build\Release\SDL3.dll runtimes\win-arm64\native

sources/SDL/Native/build-win-x64.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cmake ..\..\..\..\eng\submodules\sdl -DCMAKE_BUILD_TYPE=Release
99
cmake --build . --parallel
1010
cd ..
1111
mkdir runtimes\win-x64\native
12-
copy build\SDL3.dll runtimes\win-x64\native
12+
copy build\Release\SDL3.dll runtimes\win-x64\native

0 commit comments

Comments
 (0)