mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 13:47:24 +01:00
fix windows builds - rc file needs to be present at build call
This commit is contained in:
parent
78ebead3fd
commit
2d9ff7b7e7
1 changed files with 3 additions and 3 deletions
6
wscript
6
wscript
|
|
@ -1225,12 +1225,12 @@ const char* const ardour_config_info = "\\n\\
|
|||
config_text.close ()
|
||||
print('')
|
||||
|
||||
def build(bld):
|
||||
create_stored_revision()
|
||||
|
||||
if Options.options.dist_target == 'mingw' or Options.options.dist_target == 'msvc':
|
||||
create_resource_file(Options.options.program_name.lower())
|
||||
|
||||
def build(bld):
|
||||
create_stored_revision()
|
||||
|
||||
# add directories that contain only headers, to workaround an issue with waf
|
||||
|
||||
if not bld.is_defined('USE_EXTERNAL_LIBS'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue