Skip to content

Commit b5ae5a1

Browse files
committed
Don't try and use the dbus library on OSX.
1 parent 113cb85 commit b5ae5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui2/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
else:
2323
cflags = cflags + ["-DOS_LINUX"]
2424

25-
package(name="dbus_lib", package="dbus-1")
2625
package(name="freetype2_lib", package="freetype2")
2726
package(name="libcurl_lib", package="libcurl")
2827
package(name="glfw3_lib", package="glfw3")
@@ -63,6 +62,7 @@ def sources_from(path, except_for=[]):
6362
},
6463
)
6564
else:
65+
package(name="dbus_lib", package="dbus-1")
6666
cxxlibrary(
6767
name="libnfd",
6868
srcs=(["dep/native-file-dialog/src/nfd_portal.cpp"]),

0 commit comments

Comments
 (0)