[DEBUG] correct build of system module
This commit is contained in:
parent
220364c116
commit
fc77789f93
@ -24,6 +24,6 @@ class System(lutinSystem.System):
|
|||||||
return;
|
return;
|
||||||
self.valid = True
|
self.valid = True
|
||||||
# todo : create a searcher of the presence of the library:
|
# todo : create a searcher of the presence of the library:
|
||||||
self.add_export_flag_CC("-lasound")
|
self.add_export_flag_LD("-lasound")
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,6 +23,6 @@ class System(lutinSystem.System):
|
|||||||
return;
|
return;
|
||||||
self.valid = True
|
self.valid = True
|
||||||
# todo : create a searcher of the presence of the library:
|
# todo : create a searcher of the presence of the library:
|
||||||
self.add_export_flag_CC("-ljack")
|
self.add_export_flag_LD("-ljack")
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,6 +23,6 @@ class System(lutinSystem.System):
|
|||||||
return;
|
return;
|
||||||
self.valid = True
|
self.valid = True
|
||||||
# todo : create a searcher of the presence of the library:
|
# 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"])
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,6 +23,6 @@ class System(lutinSystem.System):
|
|||||||
return;
|
return;
|
||||||
self.valid = True
|
self.valid = True
|
||||||
# todo : create a searcher of the presence of the library:
|
# todo : create a searcher of the presence of the library:
|
||||||
self.add_export_flag_CC(["-lz"])
|
self.add_export_flag_LD(["-lz"])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user