Skip to content

Commit

Permalink
Correct upstream's bld.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
danpetry committed May 13, 2024
1 parent 3affd8f commit 5d7b89f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if not exist %PREFIX% mkdir %PREFIX%
move lib\x64\* %LIBRARY_LIB%
move include\* %LIBRARY_INC%

not exist %LIBRARY_PREFIX%\etc mkdir %LIBRARY_PREFIX%\etc
not exist %LIBRARY_PREFIX%\etc\OpenCL mkdir %LIBRARY_PREFIX%\etc\OpenCL
not exist %LIBRARY_PREFIX%\etc\OpenCL\vendors mkdir %LIBRARY_PREFIX%\etc\OpenCL\vendors
type nul >> %LIBRARY_PREFIX%\etc\OpenCL\vendors\cuda.icd
if not exist %LIBRARY_PREFIX%\etc mkdir %LIBRARY_PREFIX%\etc
if not exist %LIBRARY_PREFIX%\etc\OpenCL mkdir %LIBRARY_PREFIX%\etc\OpenCL
if not exist %LIBRARY_PREFIX%\etc\OpenCL\vendors mkdir %LIBRARY_PREFIX%\etc\OpenCL\vendors
type nul >> %LIBRARY_PREFIX%\etc\OpenCL\vendors\cuda.icd

0 comments on commit 5d7b89f

Please sign in to comment.