fix windows builds - rc file needs to be present at build call
This commit is contained in:
parent
78ebead3fd
commit
2d9ff7b7e7
6
wscript
6
wscript
@ -1225,12 +1225,12 @@ const char* const ardour_config_info = "\\n\\
|
|||||||
config_text.close ()
|
config_text.close ()
|
||||||
print('')
|
print('')
|
||||||
|
|
||||||
def build(bld):
|
|
||||||
create_stored_revision()
|
|
||||||
|
|
||||||
if Options.options.dist_target == 'mingw' or Options.options.dist_target == 'msvc':
|
if Options.options.dist_target == 'mingw' or Options.options.dist_target == 'msvc':
|
||||||
create_resource_file(Options.options.program_name.lower())
|
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
|
# add directories that contain only headers, to workaround an issue with waf
|
||||||
|
|
||||||
if not bld.is_defined('USE_EXTERNAL_LIBS'):
|
if not bld.is_defined('USE_EXTERNAL_LIBS'):
|
||||||
|
Loading…
Reference in New Issue
Block a user