You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
20 lines
315 B
Diff
20 lines
315 B
Diff
--- a/make.lua 2022-03-30 20:11:02.703964364 +0530
|
|
+++ b/make.lua 2022-03-30 20:12:54.763964322 +0530
|
|
@@ -4,6 +4,9 @@
|
|
}
|
|
end
|
|
|
|
+lm.flags = "@FLAGS@"
|
|
+lm.ldflags = "@LDFLAGS@"
|
|
+
|
|
local includeCodeFormat = true
|
|
|
|
require "make.detect_platform"
|
|
@@ -109,5 +112,5 @@
|
|
}
|
|
|
|
lm:default {
|
|
- "unit-test",
|
|
+ "all",
|
|
}
|