diff --git a/projects/pkl-lang.org/package.yml b/projects/pkl-lang.org/package.yml index 3bacde67..8e55eb08 100644 --- a/projects/pkl-lang.org/package.yml +++ b/projects/pkl-lang.org/package.yml @@ -17,7 +17,7 @@ build: script: # graalvm fails to understand our compiler environment - run: | - if test "{{hw.platform}}" = "darwin"; then + if test "{{hw.platform}}" = "linux"; then sed -i '/-H:Class=org.pkl.cli.Main/i\ ,"--static"\ ,"--native-compiler-path={{deps.llvm.org.prefix}}/bin/clang"\ @@ -29,7 +29,7 @@ build: if: <0.26.0 working-directory: pkl-cli - run: | - if test "{{hw.platform}}" = "darwin"; then + if test "{{hw.platform}}" = "linux"; then sed -i '/-H:Class=org.pkl.cli.Main/i\ add("--static")\ add("--native-compiler-path={{deps.llvm.org.prefix}}/bin/clang")\