CMakeLists.txt
changeset 9204 1c233176fffd
parent 9198 48b92ff6238f
child 9205 abce6011f86c
--- a/CMakeLists.txt	Wed Jun 12 01:02:33 2013 +0200
+++ b/CMakeLists.txt	Wed Jun 12 01:04:30 2013 +0200
@@ -173,7 +173,7 @@
     endif()
 else()
     message(STATUS "PhysFS will be provided by the bundled sources")
-    set(physfs_output_name "hw_physfs")
+    set(physfs_output_name "hwphysfs")
     add_subdirectory(misc/libphysfs)
     #-XLA is a beta fpc flag that renames libraries before passing them to the linker
     #we also have to pass PHYSFS_INTERNAL to satisfy windows runtime requirements