File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -818,8 +818,8 @@ JS_ENGINES = [NODE_JS]
818
818
<!-- Linux specific options -->
819
819
<ItemGroup Condition =" '$(AotHostOS)' == 'linux'" >
820
820
<_LibClang Include =" $(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(MonoToolchainPrebuiltOS)/lib/libclang.so" Condition =" Exists('$(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(MonoToolchainPrebuiltOS)/lib/libclang.so') " />
821
- <_LibClang Include =" $(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(MonoToolchainPrebuiltOS)/lib64/libclang.so.*" Condition =" '$ (_LibClang)' == '' " />
822
- <_LibClang Include =" /usr/local/lib/libclang.so" Condition =" '$ (_LibClang)' == ''" />
821
+ <_LibClang Include =" $(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(MonoToolchainPrebuiltOS)/lib64/libclang.so.*" Condition =" '@ (_LibClang)' == '' " />
822
+ <_LibClang Include =" /usr/local/lib/libclang.so" Condition =" '@ (_LibClang)' == ''" />
823
823
</ItemGroup >
824
824
<PropertyGroup Condition =" '$(TargetsLinux)' == 'true' and '$(Platform)' == 'arm64'" >
825
825
<MonoUseCrossTool >true</MonoUseCrossTool >
You can’t perform that action at this time.
0 commit comments