mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Create symbols also on Linux platform
This commit is contained in:
@@ -349,9 +349,6 @@ class LinuxBuilder(Builder):
|
||||
def _get_qt_component(self):
|
||||
return 'gcc'
|
||||
|
||||
def _should_create_symbols(self):
|
||||
return False
|
||||
|
||||
def __init__(self, config_file, word_size):
|
||||
Builder.__init__(self, config_file, word_size)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user