Skip to content

Commit

Permalink
remove redundant copy
Browse files Browse the repository at this point in the history
The files are copied from %LIBRARY_PREFIX%\lib (already the correct location)
to %PREFIX%\lib, which is not picked up on windows
  • Loading branch information
h-vetinari committed Jul 31, 2023
1 parent 322c73d commit d5e8167
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ if %ERRORLEVEL% neq 0 exit 1
:: Install step
cmake --install .
if %ERRORLEVEL% neq 0 exit 1

mkdir %PREFIX%\lib\clang\%PKG_VERSION%\lib\windows
copy %INSTALL_PREFIX%\lib\windows\* %PREFIX%\lib\clang\%PKG_VERSION%\lib\windows\

0 comments on commit d5e8167

Please sign in to comment.