Merge pull request #26805 from obsidiansystems/cross-elegant
Make cross compilation elegant
This commit is contained in:
@@ -2,4 +2,4 @@ addOcsigenDistilleryTemplate() {
|
||||
addToSearchPathWithCustomDelimiter : ELIOM_DISTILLERY_PATH $1/eliom-distillery-templates
|
||||
}
|
||||
|
||||
envHooks+=(addOcsigenDistilleryTemplate)
|
||||
addEnvHooks "$hostOffset" addOcsigenDistilleryTemplate
|
||||
|
||||
@@ -2,4 +2,4 @@ addOcamlMakefile () {
|
||||
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
||||
}
|
||||
|
||||
envHooks+=(addOcamlMakefile)
|
||||
addEnvHooks "$targetOffset" addOcamlMakefile
|
||||
|
||||
Reference in New Issue
Block a user