[DEBUG] correct build of system module

This commit is contained in:
Edouard DUPIN 2015-02-12 22:08:23 +01:00
parent 220364c116
commit fc77789f93
4 changed files with 4 additions and 4 deletions

View File

@ -24,6 +24,6 @@ class System(lutinSystem.System):
return;
self.valid = True
# todo : create a searcher of the presence of the library:
self.add_export_flag_CC("-lasound")
self.add_export_flag_LD("-lasound")

View File

@ -23,6 +23,6 @@ class System(lutinSystem.System):
return;
self.valid = True
# todo : create a searcher of the presence of the library:
self.add_export_flag_CC("-ljack")
self.add_export_flag_LD("-ljack")

View File

@ -23,6 +23,6 @@ class System(lutinSystem.System):
return;
self.valid = True
# todo : create a searcher of the presence of the library:
self.add_export_flag_CC(["-lpulse-simple", "-lpulse"])
self.add_export_flag_LD(["-lpulse-simple", "-lpulse"])

View File

@ -23,6 +23,6 @@ class System(lutinSystem.System):
return;
self.valid = True
# todo : create a searcher of the presence of the library:
self.add_export_flag_CC(["-lz"])
self.add_export_flag_LD(["-lz"])