浏览代码

Added required framework for macOS.

woollybah 5 年之前
父节点
当前提交
33fefa7cb4
共有 1 个文件被更改,包括 4 次插入0 次删除
  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"