Compare commits

..

2 Commits

Author SHA1 Message Date
Elijah Voigt 2c1cee0c9a fixup more build related stuff! 1 year ago
Elijah Voigt 687fe39b68 Fixup libs and linux build.sh 1 year ago

@ -6,7 +6,6 @@
[target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-gnu]
linker = "clang" linker = "clang"
rustflags = [ rustflags = [
"-Clink-arg=-fuse-ld=lld", # Use LLD Linker
"-Zshare-generics=y", # (Nightly) Make the current crate share its generic instantiations "-Zshare-generics=y", # (Nightly) Make the current crate share its generic instantiations
"-Zthreads=0", # (Nightly) Use improved multithreading with the recommended amount of threads. "-Zthreads=0", # (Nightly) Use improved multithreading with the recommended amount of threads.
] ]
@ -32,4 +31,4 @@ linker = "rust-lld.exe" # Use LLD Linker
rustflags = [ rustflags = [
"-Zshare-generics=n", "-Zshare-generics=n",
"-Zthreads=0", # (Nightly) Use improved multithreading with the recommended amount of threads. "-Zthreads=0", # (Nightly) Use improved multithreading with the recommended amount of threads.
] ]

1
.gitignore vendored

@ -29,3 +29,4 @@ trace-*.json
temp/ temp/
*.zip *.zip
*.tar.gz

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# cargo build --release
tar -czvf martian-chess-linux-beta.tar.gz --exclude windows ./lib ./assets -C ./target/release martian-chess

BIN
lib/linux/libfmod.so.13 (Stored with Git LFS)

Binary file not shown.

BIN
lib/linux/libfmod.so.13.17 (Stored with Git LFS)

Binary file not shown.

BIN
lib/linux/libfmodstudio.so.13 (Stored with Git LFS)

Binary file not shown.

@ -0,0 +1 @@
libfmodstudio.so

BIN
lib/linux/libfmodstudio.so.13.17 (Stored with Git LFS)

Binary file not shown.
Loading…
Cancel
Save