mirror of
https://github.com/SFML/SFML.git
synced 2025-01-20 08:15:13 +08:00
6 lines
107 B
Ruby
6 lines
107 B
Ruby
|
require 'mkmf'
|
||
|
|
||
|
dir_config("system")
|
||
|
have_library("sfml-system")
|
||
|
create_makefile("sfml/system", "system")
|