Skip to content

Commit

Permalink
Merge branch 'feature/jdk21' into feature/enodata
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Aug 23, 2023
2 parents 101f380 + f7c6ab1 commit 30045e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jfuse-linux-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<executable>/Users/sebastian/git/github.com/openjdk/jextract/build/jextract/bin/jextract</executable>
<headerSearchPaths>${linux.headerSearchPath}</headerSearchPaths>
<outputDirectory>${project.build.sourceDirectory}</outputDirectory>
<targetPackage>org.cryptomator.jfuse.linux.amd64.extr.fuse3</targetPackage>
</configuration>
<executions>
<execution>
Expand All @@ -85,6 +84,7 @@
<configuration>
<headerFile>${project.parent.basedir}/libfuse3/include/fuse.h</headerFile>
<headerClassName>fuse_h</headerClassName>
<targetPackage>org.cryptomator.jfuse.linux.amd64.extr.fuse3</targetPackage>
<cPreprocessorMacros>
<cPreprocessorMacro>_FILE_OFFSET_BITS=64</cPreprocessorMacro>
<cPreprocessorMacro>FUSE_USE_VERSION=312</cPreprocessorMacro>
Expand Down Expand Up @@ -192,6 +192,7 @@
<configuration>
<headerFile>${linux.headerSearchPath}/fcntl.h</headerFile>
<headerClassName>fcntl_h</headerClassName>
<targetPackage>org.cryptomator.jfuse.linux.amd64.extr.fcntl</targetPackage>
<includeConstants>
<includeMacro>O_RDONLY</includeMacro>
<includeMacro>O_WRONLY</includeMacro>
Expand Down

0 comments on commit 30045e2

Please sign in to comment.