mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-31 23:14:21 +01:00
Merge 'bind/java: Fix Linux x86 build release' from Diego Reis
> "But it ain't about how hard ya hit. It's about how hard you can get hit and keep moving forward." > -- Rocky Fix ~obviously~ wrong (my bad) Linux build. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #2143
This commit is contained in:
@@ -38,7 +38,7 @@ linux_x86:
|
||||
@echo "Building release version for linux x86_64..."
|
||||
@mkdir -p $(TEMP_DIR) $(LINUX_X86_DIR)
|
||||
@CARGO_TARGET_DIR=$(TEMP_DIR) $(CARGO_BUILD) --target x86_64-unknown-linux-gnu
|
||||
@cp $(TEMP_DIR)/x86_64-unknown-linux-gnu/release/lib_turso_java.d $(LINUX_X86_DIR)
|
||||
@cp $(TEMP_DIR)/x86_64-unknown-linux-gnu/release/lib_turso_java.so $(LINUX_X86_DIR)
|
||||
@rm -rf $(TEMP_DIR)
|
||||
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user