Skip to content

Commit

Permalink
Also need to fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Mar 7, 2023
1 parent 5d395c1 commit fea956b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ cmake --build . --config Release
# > usually contains a drive letter like in `C:/Program Files` which cannot
# > be prepended with some other prefix.
cmake --install . --strip --config Release

# move usr/bin/* to bin/ or llvm-config will be broken
move destdir\usr\bin\* destdir\bin\

0 comments on commit fea956b

Please sign in to comment.