mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
sys/meson.py: install libr/include/msvc on Windows (#11507)
This commit is contained in:
parent
35bd0fbf06
commit
4ed384b230
@ -188,6 +188,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')
|
||||
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}')
|
||||
copytree(r'{ROOT}\libr\bin\d', r'{DIST}\{R2_SDB}\format',
|
||||
|
Loading…
Reference in New Issue
Block a user