Commit 87f3155d authored by Erwan Croze's avatar Erwan Croze

Fix prepare.py

parent f44b9a97
...@@ -79,7 +79,7 @@ class NoUITarget(prepare.Target): ...@@ -79,7 +79,7 @@ class NoUITarget(prepare.Target):
prepare.Target.__init__(self, 'no-ui') prepare.Target.__init__(self, 'no-ui')
current_path = os.path.dirname(os.path.realpath(__file__)) current_path = os.path.dirname(os.path.realpath(__file__))
self.config_file = 'configs/config-desktop.cmake' self.config_file = 'configs/config-desktop.cmake'
self.output = 'OUTPUT/' + self.name self.output = 'OUTPUT/' + self.name
self.external_source_path = os.path.join(current_path, 'submodules') self.external_source_path = os.path.join(current_path, 'submodules')
self.packaging_args = [ self.packaging_args = [
"-DCMAKE_INSTALL_RPATH=$ORIGIN/../lib", "-DCMAKE_INSTALL_RPATH=$ORIGIN/../lib",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment