More disambiguation of Python in makefiles (#18284)
[mono-project.git] / sdks / Make.config.sample
bloba9fc1c07c02d057aaa2eeb952e440fa5dc263e72
1 #This is a sample file of all options that can be used by a Make.config file.
3 #Enables building Android
4 ENABLE_ANDROID = 1
6 #Disables building Android
7 #DISABLE_ANDROID = 1
9 #Disables building iOS
10 #DISABLE_IOS = 1
12 #Disables building Mac
13 #DISABLE_MAC = 1
15 #Disables build WebAssembly
16 #DISABLE_WASM = 1
18 #Disables WebAssembly Windows cross build
19 #DISABLE_WASM_CROSS = 1
21 #Disables building the BCL
22 #DISABLE_BCL = 1
24 #Disables building the Desktop profile
25 #DISABLE_DESKTOP = 1
27 #Disables building LLVM toolchain (some targets like ios/android/wasm will still use it)
28 #DISABLE_LLVM = 1
30 #Enables passing --enable-cxx to configure.
31 #ENABLE_CXX = 1