[DEV] add a path of the compilator type
This commit is contained in:
parent
18b7c4a34a
commit
b685e8442a
@ -64,9 +64,9 @@ class Target:
|
||||
else:
|
||||
self.buildMode = "release"
|
||||
self.folder_out="/out" + self.folder_arch + "/" + self.buildMode
|
||||
self.folder_final="/final"
|
||||
self.folder_staging="/staging"
|
||||
self.folder_build="/build"
|
||||
self.folder_final="/final/" + typeCompilator
|
||||
self.folder_staging="/staging/" + typeCompilator
|
||||
self.folder_build="/build/" + typeCompilator
|
||||
self.folder_bin="/usr/bin"
|
||||
self.folder_lib="/usr/lib"
|
||||
self.folder_data="/usr/share"
|
||||
|
Loading…
x
Reference in New Issue
Block a user