From 4bac6ae2e725a1997674fd3369bf4ea032235d8b Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Tue, 8 Oct 2024 19:59:10 +0300 Subject: Add a native "Hello World" to the project After much trouble with MSBuild --- lib/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/build.sh') diff --git a/lib/build.sh b/lib/build.sh index ccdc117..13aaf8e 100755 --- a/lib/build.sh +++ b/lib/build.sh @@ -48,4 +48,4 @@ case "$runtime" in esac echo Building for runtime "$runtime ..." -mkdir -p "$output/runtimes/$runtime/native" && $CC $CFLAGS $SOURCES -shared $LDFLAGS -o "$output/runtimes/$runtime/native/$sofile" && echo Done +mkdir -p "$output/$runtime" && $CC $CFLAGS $SOURCES -shared $LDFLAGS -o "$output/$runtime/$sofile" && echo Done -- cgit v1.2.3