05nelsonm / kmp-tor-binary

Apache License 2.0
5 stars 2 forks source link

Refactor `external/build` output hierarchy #164

Closed 05nelsonm closed 9 months ago

05nelsonm commented 9 months ago

Because of https://github.com/05nelsonm/kmp-tor-binary/issues/120#issuecomment-1856800243 we're using docker for the whole shabang. external/build directory hierarchy should be reconstructed like

build
    |--- out
    |    |--- android
    |    |--- ios
    |    |--- ios-simulator
    |    |--- linux-android
    |    |--- linux-libc
    |    |--- macos
    |    '--- mingw
    |--- package
    |    |...
    |--- stage
    |    |--- android
    |    |--- ios
    |    |--- ios-simulator
    |    |--- linux-android
    |    |--- linux-libc
    |    |--- macos
    |    '--- mingw
05nelsonm commented 9 months ago

Also sets us up to use lipo tool to combine macos, ios, and ios-simulator into a fat binary (will be a separate issue ticket)