Skip to content

Commit b8e18c1

Browse files
committed
macos: static link SDL2
1 parent e3ce3f8 commit b8e18c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: premake5.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ project "avocado"
268268
"imgui",
269269
}
270270
buildoptions {getOutput("sdl2-config --cflags")}
271-
linkoptions {getOutput("sdl2-config --libs")}
271+
linkoptions {getOutput("sdl2-config --static-libs")}
272272

273273
filter {"system:android"}
274274
files {

0 commit comments

Comments
 (0)