We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<dependency> <groupId>de.fabmax</groupId> <artifactId>physx-jni</artifactId> <version>2.3.1</version> </dependency>
And I am not find any pom like physx-jni-natives-macos
The text was updated successfully, but these errors were encountered:
add
<dependency> <groupId>de.fabmax</groupId> <artifactId>physx-jni</artifactId> <version>2.3.1</version> </dependency> And I am not find any pom like physx-jni-natives-macos
just add native dependencies to pom:
<dependency> <groupId>de.fabmax</groupId> <artifactId>physx-jni</artifactId> <version>2.3.1</version> <classifier>natives-macos</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>de.fabmax</groupId> <artifactId>physx-jni</artifactId> <version>2.3.1</version> <classifier>natives-macos-arm64</classifier> <scope>runtime</scope> </dependency>
Sorry, something went wrong.
No branches or pull requests
And I am not find any pom like physx-jni-natives-macos
The text was updated successfully, but these errors were encountered: