From 011c8212235319cd56f605db62aa89485315ff70 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 14 Jan 2020 16:04:33 -0800 Subject: [PATCH] install wasi-libc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9da2a83..495fa5e 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ build/llvm.BUILT: build/wasi-libc.BUILT: build/llvm.BUILT cmake -G Ninja \ - --build \ + --install \ -DCMAKE_SYSTEM_NAME=Generic \ -DCMAKE_AR=$(ROOT_DIR)/bin/llvm-ar \ -DCMAKE_NM=$(ROOT_DIR)/bin/llvm-nm \