python/build/meson.py: generate windres line

This commit is contained in:
Max Kellermann
2018-10-14 23:41:20 +02:00
parent 89bf4c5fad
commit 13ce142df1
2 changed files with 5 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class CrossGccToolchain:
self.ranlib = os.path.join(toolchain_bin, arch + '-ranlib')
self.nm = os.path.join(toolchain_bin, arch + '-nm')
self.strip = os.path.join(toolchain_bin, arch + '-strip')
self.windres = os.path.join(toolchain_bin, arch + '-windres')
common_flags = '-O2 -g'