Skip to content

Commit

Permalink
Removed conflicting project variable settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed May 29, 2024
1 parent cd81313 commit a118610
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions index/gn/gnoga/gnoga-2.1.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ licenses = "GPL-3.0-only WITH GCC-exception-3.1"

project-files = ["lib_gnoga.gpr"]

[gpr-set-externals.'case(os)']
linux = { Target_OS = "Linux", PRJ_TARGET = "Linux" }
windows = { Target_OS = "Windows", PRJ_TARGET = "Windows" }
macos = { Target_OS = "OSX", PRJ_TARGET = "OSX" }

[[depends-on]]
gnat = ">=2021 | (>=12 & <2000)"
simple_components = "^4.62.0"
Expand Down
3 changes: 0 additions & 3 deletions index/si/simple_components/simple_components-4.68.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ Target_OS = ["Windows", "Windows_NT", "Linux", "UNIX", "OSX", "FreeBSD", "auto"]
Tasking = ["Multiple", "Single"] # Default Multiple
Traced_Objects = ["Off", "On"] # Default Off

[gpr-set-externals]
Target_OS = "auto"

[gpr-set-externals."case(os)".linux]
odbc = "unixODBC"
[gpr-set-externals."case(os)".windows]
Expand Down

0 comments on commit a118610

Please sign in to comment.