Add Big-O libsteam_api.
Big-O are libraries on MacOS that contains both 32 and 64bits variants.merge-requests/35/head
parent
1af9715dec
commit
bda70f5fd1
|
@ -195,6 +195,7 @@ build:macosx:
|
||||||
- cmake --install "${OUT}"
|
- cmake --install "${OUT}"
|
||||||
- mkdir release/macosx
|
- mkdir release/macosx
|
||||||
- x86_64-apple-${OSXCROSS_TARGET}-lipo -create release/macosx*/steamclient.dylib -output release/macosx/steamclient.dylib
|
- x86_64-apple-${OSXCROSS_TARGET}-lipo -create release/macosx*/steamclient.dylib -output release/macosx/steamclient.dylib
|
||||||
|
- x86_64-apple-${OSXCROSS_TARGET}-lipo -create release/macosx*/libsteam_api.dylib -output release/macosx/libsteam_api.dylib
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue