mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
10 lines
194 B
Ruby
10 lines
194 B
Ruby
require 'mkmf'
|
|
|
|
$CFLAGS += `sdl-config --cflags`.chomp
|
|
$LDFLAGS += `sdl-config --libs`.chomp
|
|
|
|
have_library "physfs", "PHYSFS_init"
|
|
have_library "SDL", "SDL_AllocRW"
|
|
|
|
create_makefile "physfs_so"
|