mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
1f1c6ffae0
commit
fbadc781cd
1 changed files with 2 additions and 3 deletions
|
@ -21,9 +21,8 @@ build:
|
|||
tar zxvf - --strip-components=1
|
||||
- mkdir -p "{{prefix}}"
|
||||
- cp -av ./* {{prefix}}/
|
||||
- run: rm -rf sys.dylib.dSYM
|
||||
if: darwin
|
||||
working-directory: ${{prefix}}/lib/julia
|
||||
# since these are vendored, all paths are relative; we don't need to fix-machos
|
||||
skip: fix-machos
|
||||
env:
|
||||
linux/x86-64:
|
||||
PLATFORM: 'linux'
|
||||
|
|
Loading…
Reference in a new issue