mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 22:55:53 +08:00
Configured default mac to build for X windows instead of the incomplete
carbon implementation.
This commit is contained in:
@@ -38,7 +38,8 @@ case $host in
|
||||
;;
|
||||
*-*-darwin*)
|
||||
acx_host_arch="UNIX"
|
||||
acx_host_winapi="CARBON"
|
||||
acx_host_winapi="XWINDOWS"
|
||||
# acx_host_winapi="CARBON"
|
||||
;;
|
||||
*)
|
||||
acx_host_arch="UNIX"
|
||||
|
||||
Reference in New Issue
Block a user