CPHConsoleApp icon indicating copy to clipboard operation
CPHConsoleApp copied to clipboard

Fix the double build on android.

Open EDeijl opened this issue 9 years ago • 0 comments

For some weird reason the android build only works if it is done twice once with ghc-options: -shared and once with ghc-options: -optl-shared and cc-options: -shared and ld-options: -shared

This makes the build script pretty fragile with a sed replacing the affected lines on every build.

EDeijl avatar Oct 13 '15 13:10 EDeijl