Skip to content

Commit

Permalink
Fix linking warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Nov 11, 2020
1 parent c4f11b0 commit 8b3ce06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified lib/native/win32-aarch64.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ $(DLLCB): dll-callback.c
else ifeq ($(ARCH), aarch64)
# Build without ASMFN support
$(DLLCB): callback.c
$(CC) -DDEFINE_CALLBACKS -DASMFN_OFF $(CINCLUDES) -c $< $(COUT)
$(CC) -DDEFINE_CALLBACKS -DASMFN_OFF $(CINCLUDES) $(CDEFINES) -c $< $(COUT)
endif

$(RSRC): $(BUILD)/jnidispatch.rc $(BUILD)/$(JNA_JNI_VERSION).stamp
Expand Down

0 comments on commit 8b3ce06

Please sign in to comment.