1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-02-04 09:40:13 +03:00

add IS_CROSS_COMPILATION

This commit is contained in:
SaiXU
2026-01-30 13:30:38 +08:00
parent 14526cf3ea
commit 969812e0f2

View File

@ -200,6 +200,12 @@
"name": "CMAKE_SHARED_LINKER_FLAGS", "name": "CMAKE_SHARED_LINKER_FLAGS",
"value": "/machine:ARM64", "value": "/machine:ARM64",
"type": "STRING" "type": "STRING"
},
{
"name": "IS_CROSS_COMPILATION",
"value": "arm64-on-x64",
"type": "STRING"
} }
] ]
} }