re-working editor resource, chunk_manager and more.
This commit is contained in:
2
build.sh
2
build.sh
@@ -17,7 +17,7 @@ TMP="$DEST_LINUX/lib${LIB_NAME}.so.tmp"
|
||||
cp "target/release/lib${LIB_NAME}.so" "$TMP"
|
||||
mv "$TMP" "$DEST_LINUX/lib${LIB_NAME}.so"
|
||||
|
||||
# Optional: Cross‑compile for Windows (if needed)
|
||||
# Optional: Cross compile for Windows (if needed)
|
||||
# Uncomment the following lines if you have the Windows target installed
|
||||
# echo "Building for Windows (cross-compile)..."
|
||||
# cargo build --release --target x86_64-pc-windows-gnu
|
||||
|
||||
Reference in New Issue
Block a user