Skip to content

Commit

Permalink
fix: native compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
krvital committed Aug 8, 2024
1 parent 49d029d commit 08426e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH_TO_JAR := $(project_dir)/$(jar_path)

AGENT_OPTS := caller-filter-file=$(project_dir)/trace-filter.json,config-output-dir=$(project_dir)/META
generate-reflect-config:
java -agentlib:native-image-agent=$(AGENT_OPTS) -jar $(PATH_TO_JAR) $(project_dir)/resources/schemas $(project_dir)/out
java -agentlib:native-image-agent=$(AGENT_OPTS) -jar $(PATH_TO_JAR) generate dotnet $(project_dir)/resources/schemas --output-dir $(project_dir)/out


COMPILE_OPTS := \
Expand Down

0 comments on commit 08426e8

Please sign in to comment.