Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 449 Bytes

File metadata and controls

22 lines (15 loc) · 449 Bytes

Build Haxe-part static libraries

haxe build.macos.hxml
haxe build.ios-sim.hxml
haxe build.ios.hxml
lipo -create out/lib/cpp-ios-a*/liboutput.*.a -output out/lib/hx.fat-ios.a

Build Xcode project

cd ios; xcodebuild
cd macos; xcodebuild