mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 19:59:09 +00:00
Meson: add r_crypto headers to r2 dist
This commit is contained in:
parent
68122dc27e
commit
3b8e0a585c
@ -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…
x
Reference in New Issue
Block a user