mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-05 17:59:58 +08:00
enable use_shmopen only for Linux
This commit is contained in:
@@ -1621,6 +1621,7 @@ case "$with_osname" in
|
|||||||
*)
|
*)
|
||||||
with_osname="linux"
|
with_osname="linux"
|
||||||
osname="Linux"
|
osname="Linux"
|
||||||
|
use_shmopen="yes"
|
||||||
AC_DEFINE(__LINUX__, 1,
|
AC_DEFINE(__LINUX__, 1,
|
||||||
[Define if compile for Linux])
|
[Define if compile for Linux])
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user