Meson: add r_crypto headers to r2 dist
This commit is contained in:
parent
68122dc27e
commit
3b8e0a585c
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ def win_dist_libr2(**path_fmt):
|
|||
copy(r'{BUILDDIR}\r_userconf.h', r'{DIST}\{R2_INCDIR}')
|
||||
copy(r'{ROOT}\libr\include\sdb\*.h', r'{DIST}\{R2_INCDIR}\sdb')
|
||||
copy(r'{ROOT}\libr\include\r_util\*.h', r'{DIST}\{R2_INCDIR}\r_util')
|
||||
copy(r'{ROOT}\libr\include\r_crypto\*.h', r'{DIST}\{R2_INCDIR}\r_crypto')
|
||||
copytree(r'{ROOT}\libr\include\msvc', r'{DIST}\{R2_INCDIR}\msvc')
|
||||
makedirs(r'{DIST}\{R2_FORTUNES}')
|
||||
copy(r'{ROOT}\doc\fortunes.*', r'{DIST}\{R2_FORTUNES}')
|
||||
|
|
|
|||
Loading…
Reference in a new issue