Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 194 Bytes

extconf.rb

File metadata and controls

9 lines (6 loc) · 194 Bytes
 
1
2
3
4
5
6
7
8
9
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"