|
| 1 | +platforms: |
| 2 | + armv7-ios: |
| 3 | + context: |
| 4 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 5 | + excludeSymbols: [] |
| 6 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 7 | + arm64-ios: |
| 8 | + context: |
| 9 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 10 | + excludeSymbols: [] |
| 11 | + symbols: [] |
| 12 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 13 | + frameworks: [] |
| 14 | + linkFlags: [] |
| 15 | + x86_64-ios: |
| 16 | + context: |
| 17 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 18 | + excludeSymbols: [] |
| 19 | + symbols: [] |
| 20 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 21 | + frameworks: [] |
| 22 | + linkFlags: [] |
| 23 | + armv7-android: |
| 24 | + context: |
| 25 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 26 | + excludeJars: [] |
| 27 | + excludeSymbols: [] |
| 28 | + symbols: [] |
| 29 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 30 | + linkFlags: [] |
| 31 | + jetifier: true |
| 32 | + arm64-android: |
| 33 | + context: |
| 34 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 35 | + excludeJars: [] |
| 36 | + excludeSymbols: [] |
| 37 | + symbols: [] |
| 38 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 39 | + linkFlags: [] |
| 40 | + jetifier: true |
| 41 | + arm64-osx: |
| 42 | + context: |
| 43 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 44 | + excludeSymbols: [] |
| 45 | + symbols: [] |
| 46 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 47 | + frameworks: [] |
| 48 | + linkFlags: [] |
| 49 | + x86_64-osx: |
| 50 | + context: |
| 51 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 52 | + excludeSymbols: [] |
| 53 | + symbols: [] |
| 54 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 55 | + frameworks: [] |
| 56 | + linkFlags: [] |
| 57 | + x86_64-linux: |
| 58 | + context: |
| 59 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 60 | + excludeSymbols: [] |
| 61 | + symbols: [] |
| 62 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 63 | + linkFlags: [] |
| 64 | + arm64-linux: |
| 65 | + context: |
| 66 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 67 | + excludeSymbols: [] |
| 68 | + symbols: [] |
| 69 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 70 | + linkFlags: [] |
| 71 | + x86-win32: |
| 72 | + context: |
| 73 | + excludeLibs: [libphysics, libbox2d_defold, script_box2d_defold] |
| 74 | + excludeSymbols: [] |
| 75 | + symbols: [] |
| 76 | + libs: [libphysics_2d.lib, libbox2d.lib, libscript_box2d.lib, libphysics_3d.lib] |
| 77 | + linkFlags: [] |
| 78 | + x86_64-win32: |
| 79 | + context: |
| 80 | + excludeLibs: [libphysics, libbox2d_defold, script_box2d_defold] |
| 81 | + excludeSymbols: [] |
| 82 | + symbols: [] |
| 83 | + libs: [libphysics_2d.lib, libbox2d.lib, libscript_box2d.lib, libphysics_3d.lib] |
| 84 | + linkFlags: [] |
| 85 | + wasm-web: |
| 86 | + context: |
| 87 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 88 | + excludeJsLibs: [] |
| 89 | + excludeSymbols: [] |
| 90 | + symbols: [] |
| 91 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 92 | + linkFlags: [] |
| 93 | + wasm_pthread-web: |
| 94 | + context: |
| 95 | + excludeLibs: [physics, box2d_defold, script_box2d_defold] |
| 96 | + excludeJsLibs: [] |
| 97 | + excludeSymbols: [] |
| 98 | + symbols: [] |
| 99 | + libs: [physics_2d, box2d, script_box2d, physics_3d] |
| 100 | + linkFlags: [] |
0 commit comments