Open cjritola opened 6 years ago
The simplest solution is to use a Maven profile and os.arch
to activate given profile
https://stackoverflow.com/questions/6762271/how-to-use-platform-architecture-in-maven-to-determine-dependency
Lukasz, I have just built windres and ld binaries for ARM (with the kind support of Gottfried Haider, aka gohai). Can you incorporate these in the Launch4j Maven plugin as well as in the general Launch4j project? In the Maven plugin, you would still need some kind of switch according to the current platform.
I do not maintain the Launch4j project, please request such change directly here https://sourceforge.net/p/launch4j/bugs/ If the project will be extended, then I can update the plugin.
I provided a PR (https://github.com/mirror/launch4j/pull/4) in launch4j.
Without creating a ticket here your PR won't be visible to author of Launch4j - this is just a one way mirror in GH
Build breaks in ARM linux environment. Trace below:
... is there a workaround for this? A way to disable the plugin from the command line?