mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-10 10:18:57 +03:00
fix: fix linux build on x86_64
This commit is contained in:
parent
63c7af5fd2
commit
7ae7dc497b
@ -100,7 +100,7 @@ CRATE_TYPE = "cdylib"
|
|||||||
SDK_EXT = "dll"
|
SDK_EXT = "dll"
|
||||||
APP_ENVIRONMENT = "production"
|
APP_ENVIRONMENT = "production"
|
||||||
|
|
||||||
[env.development-linux-x86]
|
[env.development-linux-x86_64]
|
||||||
TARGET_OS = "linux"
|
TARGET_OS = "linux"
|
||||||
RUST_COMPILE_TARGET = "x86_64-unknown-linux-gnu"
|
RUST_COMPILE_TARGET = "x86_64-unknown-linux-gnu"
|
||||||
BUILD_FLAG = "debug"
|
BUILD_FLAG = "debug"
|
||||||
@ -109,7 +109,7 @@ FLUTTER_OUTPUT_DIR = "Debug"
|
|||||||
SDK_EXT = "so"
|
SDK_EXT = "so"
|
||||||
LINUX_ARCH = "x64"
|
LINUX_ARCH = "x64"
|
||||||
|
|
||||||
[env.production-linux-x86]
|
[env.production-linux-x86_64]
|
||||||
BUILD_FLAG = "release"
|
BUILD_FLAG = "release"
|
||||||
TARGET_OS = "linux"
|
TARGET_OS = "linux"
|
||||||
RUST_COMPILE_TARGET = "x86_64-unknown-linux-gnu"
|
RUST_COMPILE_TARGET = "x86_64-unknown-linux-gnu"
|
||||||
|
Loading…
Reference in New Issue
Block a user