Skip to content

Commit

Permalink
fix: absolute path to relatives
Browse files Browse the repository at this point in the history
  • Loading branch information
stergiotis committed Oct 20, 2024
1 parent dde441a commit a640a35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dhall/sourceTreeParts.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ let binding = let dir = "./src/binding" in sourceTreePart::{
}
}
let skiaShared =
let skiaSharedBaseDir = "${env:IMZERO_CLIENT_CPP_ROOT as Text}/${locationToString (../../contrib/skia as Location)}"
let dir = "./skia"
let contribDir = "./contrib/skia"
let objDir = "${contribDir}/out/Shared/obj"
Expand Down Expand Up @@ -427,8 +428,8 @@ let skiaShared =
, "-lX11"
, "-lGLU"
, "-lGL"
, "-L/data/repo/contrib/skia/out/Shared"
, "-Wl,-rpath,/data/repo/contrib/skia/out/Shared"
, "-L${skiaSharedBaseDir}/out/Shared"
, "-Wl,-rpath,${skiaSharedBaseDir}/out/Shared"
, "-lskparagraph"
, "-lskia"
, "-lskunicode"
Expand Down

0 comments on commit a640a35

Please sign in to comment.