Skip to content

Commit

Permalink
Updated cmake call
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Jul 14, 2024
1 parent a3d06d2 commit 657c453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/Software.cr
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ module ISM
def runCmakeCommand(arguments = String.new, path = String.new, environment = Hash(String, String).new, environmentFilePath = String.new, makeOptions = String.new, buildOptions = String.new)

if Ism.settings.installByChroot
prefix = "#{makeOptions == "" ? Ism.settings.chrootMakeOptions : makeOptions}"
prefix = "--build #{makeOptions == "" ? Ism.settings.chrootMakeOptions : makeOptions}"

if !environment.has_key?("CFLAGS")
environment["CFLAGS"] = "#{buildOptions == "" ? Ism.settings.chrootBuildOptions : buildOptions}"
Expand Down

0 comments on commit 657c453

Please sign in to comment.