summaryrefslogtreecommitdiff
path: root/pkg/swc/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-02-28 19:26:44 -0800
committerMichael Forney <mforney@mforney.org>2020-03-01 19:24:52 -0800
commit644b989f2d35f38b6703cf4a486c6280bc413bf0 (patch)
tree1966debe9141c9614666e69984694ac0a3b3d352 /pkg/swc/gen.lua
parent7f3b984b6611cfe3d2e77742739f9218beec14ef (diff)
swc: Update to latest git
Diffstat (limited to 'pkg/swc/gen.lua')
-rw-r--r--pkg/swc/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/swc/gen.lua b/pkg/swc/gen.lua
index 2482f72f..ba28b904 100644
--- a/pkg/swc/gen.lua
+++ b/pkg/swc/gen.lua
@@ -114,7 +114,7 @@ lib('libswc.a', [[
)
]])
-exe('swc-launch', {'launch/launch.c', 'launch/protocol.c.o', '$builddir/pkg/libdrm/libdrm.a'})
+exe('swc-launch', {'launch/launch.c', 'launch/devmajor-linux.c', 'launch/protocol.c.o', '$builddir/pkg/libdrm/libdrm.a'})
file('bin/swc-launch', '4755', '$outdir/swc-launch')
fetch 'git'