Commit 6de7160
committed
cmake: improve luarocks-based thirdparty projects
Ensure all luarocks build commands are run from a pristine source tree:
- shared modules are already fully rebuilt by luarocks anyway (not incrementally)
- this fix a potential issue if the luafilesystem build phase is triggered again:
the luarocks build command will load the source tree previously built `lfs.so`,
and segfault when the file is recreated while in use.1 parent e84a6f5 commit 6de7160
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
| 377 | + | |
376 | 378 | | |
377 | 379 | | |
378 | 380 | | |
| |||
0 commit comments