File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5656$(MANUAL ) : $(FIGURES )
5757
5858BUILT_SOURCES_LUA = core/features.lua core/pathsetup.lua core/version.lua
59- RUSILE_SOURCES = rusile/Cargo.toml rusile/src/lib.rs
59+ RUSILE_SOURCES = rusile/Cargo.toml rusile/src/lib.rs build-aux/module.rs
6060
6161bin_PROGRAMS = sile
6262bin_SCRIPTS = sile-lua
Original file line number Diff line number Diff line change 1+ fn main ( ) {
2+ println ! ( "cargo:rustc-link-arg=-Wl,-undefined,dynamic_lookup" ) ;
3+ }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ authors.workspace = true
99homepage.workspace = true
1010repository.workspace = true
1111license.workspace = true
12+ build = " ../build-aux/module.rs"
1213
1314[lib ]
1415crate-type = [" rlib" , " cdylib" , " staticlib" ]
You can’t perform that action at this time.
0 commit comments