Skip to content

Commit

Permalink
Fix dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent 68abcc9 commit f46df63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/SDL/Native/build-win-arm.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cmake ..\..\..\..\eng\submodules\sdl -A arm -DCMAKE_BUILD_TYPE=Release
cmake --build . --parallel
cd ..
mkdir runtimes\win-arm\native
copy build\SDL3.dll runtimes\win-arm\native
copy build\Release\SDL3.dll runtimes\win-arm\native
2 changes: 1 addition & 1 deletion sources/SDL/Native/build-win-arm64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cmake ..\..\..\..\eng\submodules\sdl -A arm64 -DCMAKE_BUILD_TYPE=Release
cmake --build . --parallel
cd ..
mkdir runtimes\win-arm64\native
copy build\SDL3.dll runtimes\win-arm64\native
copy build\Release\SDL3.dll runtimes\win-arm64\native
2 changes: 1 addition & 1 deletion sources/SDL/Native/build-win-x64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cmake ..\..\..\..\eng\submodules\sdl -DCMAKE_BUILD_TYPE=Release
cmake --build . --parallel
cd ..
mkdir runtimes\win-x64\native
copy build\SDL3.dll runtimes\win-x64\native
copy build\Release\SDL3.dll runtimes\win-x64\native

0 comments on commit f46df63

Please sign in to comment.