diff --git a/META.bigstring.template b/META.bigstring.template deleted file mode 100644 index 9002a92..0000000 --- a/META.bigstring.template +++ /dev/null @@ -1,2 +0,0 @@ -xen_linkopts = "-lbigstringaf_stubs_xen" -freestanding_linkopts = "-lbigstringaf_freestanding_stubs" diff --git a/META.bigstringaf.template b/META.bigstringaf.template new file mode 100644 index 0000000..ab74057 --- /dev/null +++ b/META.bigstringaf.template @@ -0,0 +1,4 @@ +# JBUILDER_GEN + +xen_linkopts = "-l:xen/libbigstringaf_xen_stubs.a" +freestanding_linkopts = "-l:freestanding/libbigstringaf_freestanding_stubs.a"