aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Frydrych <[email protected]>2017-04-04 01:15:30 +0200
committerTomasz Frydrych <[email protected]>2017-04-04 01:15:30 +0200
commit667236d65e40203842acc5b9eb30c48b9c511bf3 (patch)
treef865e7366fbcd8998ec7c3a1cd8257109acca8a4
parent9241ec3139c2e8ff58a90507cae2d1a2860252ef (diff)
align to changes from: #962
-rwxr-xr-xconfigure.py2
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)