diff options
author | Tomasz Frydrych <[email protected]> | 2017-04-04 01:15:30 +0200 |
---|---|---|
committer | Tomasz Frydrych <[email protected]> | 2017-04-04 01:15:30 +0200 |
commit | 667236d65e40203842acc5b9eb30c48b9c511bf3 (patch) | |
tree | f865e7366fbcd8998ec7c3a1cd8257109acca8a4 | |
parent | 9241ec3139c2e8ff58a90507cae2d1a2860252ef (diff) |
align to changes from: #962
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index b84511f9e..87499e98a 100755 --- a/configure.py +++ b/configure.py @@ -1470,7 +1470,7 @@ def gen_cmake(build_config, using_mods, cc, options): os.sep + os.path.normpath(source) + ' PROPERTIES COMPILE_FLAGS '+ joinedIsaFlags + ')\n') - library_target_configuration = create_target_rules(build_config.sources) + library_target_configuration = create_target_rules(build_config.lib_sources) tests_target_configuration = create_target_rules(build_config.test_sources) cli_target_configuration = create_target_rules(build_config.cli_sources) |