Skip to content

Commit

Permalink
Removed DCMAKE_SYSTEM_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea committed Jan 11, 2025
1 parent 4bbb72c commit 34d8ba1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions windows-scripts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ function BuildWindows() {
$options = @(
"-S", ".",
"-G", "Ninja Multi-Config",
"-DGGML_NATIVE=OFF",
"-DCMAKE_SYSTEM_NAME=Windows"
"-DGGML_NATIVE=OFF"
)

$options += "-DCMAKE_TOOLCHAIN_FILE=cmake/$Arch-windows-llvm.cmake"
Expand Down

0 comments on commit 34d8ba1

Please sign in to comment.