xref: /aosp_15_r20/external/libpng/ci/targets/windows/ci_env.i686-windows-llvm.sh (revision a67afe4df73cf47866eedc69947994b8ff839aba)
1*a67afe4dSAndroid Build Coastguard Worker# Copyright (c) 2023-2024 Cosmin Truta.
2*a67afe4dSAndroid Build Coastguard Worker#
3*a67afe4dSAndroid Build Coastguard Worker# Use, modification and distribution are subject to the MIT License.
4*a67afe4dSAndroid Build Coastguard Worker# Please see the accompanying file LICENSE_MIT.txt
5*a67afe4dSAndroid Build Coastguard Worker#
6*a67afe4dSAndroid Build Coastguard Worker# SPDX-License-Identifier: MIT
7*a67afe4dSAndroid Build Coastguard Worker
8*a67afe4dSAndroid Build Coastguard Workerexport CI_TARGET_ARCH=i686
9*a67afe4dSAndroid Build Coastguard Workerexport CI_TARGET_SYSTEM=windows
10*a67afe4dSAndroid Build Coastguard Worker
11*a67afe4dSAndroid Build Coastguard Workerexport CI_CC="clang"
12*a67afe4dSAndroid Build Coastguard Workerexport CI_AR="llvm-ar"
13*a67afe4dSAndroid Build Coastguard Workerexport CI_RANLIB="llvm-ranlib"
14*a67afe4dSAndroid Build Coastguard Worker
15*a67afe4dSAndroid Build Coastguard Workerexport CI_CMAKE_VARS="
16*a67afe4dSAndroid Build Coastguard Worker    -DCMAKE_SYSTEM_NAME=Windows
17*a67afe4dSAndroid Build Coastguard Worker    -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
18*a67afe4dSAndroid Build Coastguard Worker"
19