Codelite 将绝对路径放在 makefile 中,例如:
=== mygreatapp.workspace ===
<...>
WorkspacePath := "/home/vladon/Projects/mygreatapp"
ProjectPath := "/home/vladon/Projects/mygreatapp"
<...>
===
在生成的 makefile 中,它也使用绝对路径。
因此应用程序不能在其他机器上构建。
如何使 CodeLite 生成的 makefile 中的路径相对?