Skip to content

Commit

Permalink
update more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 6, 2024
1 parent 91f1c0b commit e7fff73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,14 @@ under the License.
<directory>${project.basedir}/src/main/resources</directory>
</resource>
<resource>
<directory>${project.basedir}/../core/target/x86_64-apple-darwin/release</directory>
<directory>${project.basedir}/../native/target/x86_64-apple-darwin/release</directory>
<includes>
<include>libcomet.dylib</include>
</includes>
<targetPath>org/apache/comet/darwin/x86_64</targetPath>
</resource>
<resource>
<directory>${project.basedir}/../core/target/aarch64-apple-darwin/release</directory>
<directory>${project.basedir}/../native/target/aarch64-apple-darwin/release</directory>
<includes>
<include>libcomet.dylib</include>
</includes>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ under the License.
<jacoco.version>0.8.11</jacoco.version>
<semanticdb.version>4.8.8</semanticdb.version>
<slf4j.version>2.0.6</slf4j.version>
<jni.dir>${project.basedir}/../core/target/debug</jni.dir>
<jni.dir>${project.basedir}/../native/target/debug</jni.dir>
<platform>darwin</platform>
<arch>x86_64</arch>
<comet.shade.packageName>org.apache.comet.shaded</comet.shade.packageName>
Expand Down Expand Up @@ -454,7 +454,7 @@ under the License.
<profile>
<id>release</id>
<properties>
<jni.dir>${project.basedir}/../core/target/release</jni.dir>
<jni.dir>${project.basedir}/../native/target/release</jni.dir>
</properties>
</profile>

Expand Down

0 comments on commit e7fff73

Please sign in to comment.