Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 29, 2025
2 parents fc39622 + a64361e commit c5b1cc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .elp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2025 Ericsson and the Erlang/OTP contributors

[build_info]
apps = [
"lib/*",
{"name" = "erts", "dir" = "erts/preloaded", "src_dirs" = ["src"]},
{"name" = "wx", "dir" = "lib/wx", "src_dirs" = ["src", "gen"]},
{"name" = "inets", "dir" = "lib/inets", "src_dirs" = ["src/http_client", "src/http_server", "src/http_lib", "src/inets_app"]},
{"name" = "common_test", "dir" = "lib/common_test", "src_dirs" = ["src", "test_server"]},
# Due to some Erlang/OTP bootstrapping issues, `stdlib` modules such as `gen_server` includes headers from the kernel application
# using a simple `-include` directive, causing ELP to fail resolving those inclusions.
# Include kernel as an `include_dir` for `stdlib` to solve the issue
{"name" = "stdlib", "dir" = "lib/stdlib", "include_dirs" = ["include", "../kernel/include"]},
]
deps = []

0 comments on commit c5b1cc0

Please sign in to comment.