內這是有關scons - always install after build 有了scons的2.3.2,我試圖讓使用SCons來安裝被內置到其預先定義的位置,而無需額外的運行命令的目標。上述鏈接中提出的解決方案對我無效。所以我試圖使用默認目標。 假設我的源代碼位於src/a,我安裝到/dst-path/a。在src/a SConscript(稱爲從父SConscript)我有: result
我正在使用scons來構建兩個項目。一個很好,而另一個(更復雜)的項目非常令人沮喪。以下是我看到的第二個項目運行scons的時候: S time scons
scons: Reading SConscript files ...
<<< Generates some code, output seen in console >>>
scons: done reading SConscript