Skip to content

Commit

Permalink
Remove gpr-set-externals on BUILD and UTIL_LIBRARY_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Aug 6, 2022
1 parent f65f9ba commit 7dc7568
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
UTIL_OS = ["win32", "win64", "linux32", "linux64", "macos64", "netbsd32", "netbsd64", "freebsd32", "freebsd64"]

[gpr-set-externals]
BUILD = "distrib"
UTIL_LIBRARY_TYPE = "static"
[gpr-set-externals."case(os)".linux."case(word-size)".bits-32]
UTIL_OS = "linux32"

Expand Down

0 comments on commit 7dc7568

Please sign in to comment.