mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-19 09:23:03 +00:00
Make IDE recognize we are targeting Android
This commit is contained in:
4
native/src/.cargo/config.toml
Normal file
4
native/src/.cargo/config.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[build]
|
||||
# This is only used to make the IDE happy, the actual compilation will
|
||||
# have the target overriden by command-line
|
||||
target = "aarch64-linux-android"
|
Reference in New Issue
Block a user