mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-12-15 00:45:35 +08:00
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./configure \
|
|
--disable-static \
|
|
--with-style=flat
|