fix(julia)

closes #4612
This commit is contained in:
Jacob Heider 2023-12-27 16:50:16 -05:00
parent 1f1c6ffae0
commit fbadc781cd
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -21,9 +21,8 @@ build:
tar zxvf - --strip-components=1 tar zxvf - --strip-components=1
- mkdir -p "{{prefix}}" - mkdir -p "{{prefix}}"
- cp -av ./* {{prefix}}/ - cp -av ./* {{prefix}}/
- run: rm -rf sys.dylib.dSYM # since these are vendored, all paths are relative; we don't need to fix-machos
if: darwin skip: fix-machos
working-directory: ${{prefix}}/lib/julia
env: env:
linux/x86-64: linux/x86-64:
PLATFORM: 'linux' PLATFORM: 'linux'