Browse Source

Added required framework for macOS.

woollybah 5 năm trước cách đây
mục cha
commit
33fefa7cb4
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      physfs.mod/physfs.bmx

+ 4 - 0
physfs.mod/physfs.bmx

@@ -2,6 +2,10 @@ SuperStrict
 
 Module Pub.PhysFs
 
+?macos
+Import "-framework IOKit"
+?
+
 Import "physfs/src/*.h"
 Import "physfs/src/physfs.c"
 Import "physfs/src/physfs_archiver_7z.c"