mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 12:40:06 +02:00
Add PhysFS 2.0.3.
This commit is contained in:
@@ -0,0 +1,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"
|
||||
Reference in New Issue
Block a user