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 30, 2024
1 parent cd81313 commit 744c1fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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
13 changes: 8 additions & 5 deletions index/si/simple_components/simple_components-4.68.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ 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)".freebsd]
Target_OS = "FreeBSD"
[gpr-set-externals."case(os)".linux]
odbc = "unixODBC"
Target_OS = "Linux"
odbc = "unixODBC"
[gpr-set-externals."case(os)".macos]
Target_OS = "OSX"
[gpr-set-externals."case(os)".windows]
odbc = "ODBC32"
Target_OS = "Windows"
odbc = "ODBC32"

[gpr-set-externals."case(word-size)".bits-32]
arch = "i686"
Expand Down

0 comments on commit 744c1fc

Please sign in to comment.