We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffbe85 commit 6058360Copy full SHA for 6058360
legacy/builder/container_find_includes.go
@@ -318,6 +318,11 @@ func findIncludesUntilDone(ctx *types.Context, cache *includeCache, sourceFile t
318
if library, ok := sourceFile.Origin.(*libraries.Library); ok && library.UtilityDir != nil {
319
includes = append(includes, library.UtilityDir)
320
}
321
+ if library, ok := sourceFile.Origin.(*libraries.Library); ok && library.AdditionalIncludePaths != nil {
322
+ for _, el := range library.AdditionalIncludePaths {
323
+ includes = append(includes, el)
324
+ }
325
326
var preproc_err error
327
var preproc_stderr []byte
328
if unchanged && cache.valid {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments