Skip to content

Commit

Permalink
fix: use the correct cpp path
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Dec 17, 2024
1 parent 3e8f83f commit 54d0fa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#include "<%- project.package_cpp -%>OnLoad.hpp"

JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void*) {
return margelo::nitro::<%- project.package -%>::initialize(vm);
return margelo::nitro::<%- project.package_cpp -%>::initialize(vm);
}

0 comments on commit 54d0fa5

Please sign in to comment.