libgdx / packr

Packages your JAR, assets and a JVM for distribution on Windows, Linux and Mac OS X
Apache License 2.0
2.57k stars 171 forks source link

macOS on M1 #224

Closed santoszv closed 7 months ago

santoszv commented 2 years ago

Tested on: macOS Monterey Version 12.4 Chip Apple M1

Observations: It does not compile with "org.gradle.caching=true" in "gradle.properties"

nedtwigg commented 2 years ago

I compiled this locally with ./gradlew assemble and it worked great. Thanks!

Frotty commented 7 months ago

@karlsabo Can you take a look at this?

santoszv commented 7 months ago

I do not remember why I included Google Test source code, instead of using it as a depenency. Today is 2024 and the commit is dated 2022, maybe there is a recent version and included source code is outdated.

Also, there are some changes in build scripts for supporting M1 chip, maybe a recent version of Gradle do not need this changes.