mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove the LLVM-C.lib from nightlies and include LLVM-C.dll
This commit is contained in:
@@ -31,8 +31,11 @@ jobs:
|
|||||||
odin run examples/demo/demo.odin
|
odin run examples/demo/demo.odin
|
||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
run: |
|
run: |
|
||||||
|
# We delete the lib here since it's only used for building
|
||||||
|
rm bin/llvm/windows/LLVM-C.lib
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cp odin.exe dist
|
cp odin.exe dist
|
||||||
|
cp LLVM-C.dll dist
|
||||||
cp -r shared dist
|
cp -r shared dist
|
||||||
cp -r core dist
|
cp -r core dist
|
||||||
cp -r bin dist
|
cp -r bin dist
|
||||||
|
|||||||
Reference in New Issue
Block a user