Skip to content

Commit

Permalink
fix skk macos version !ios !js
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Nov 27, 2024
1 parent 271ab04 commit 84c966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def configure(self):
])

def build(self):
ensure('make', ['-j8'])
ensure('make', ['-j8', f'CFLAGS="{get_platform_cflags()}"'])

def install(self):
os.environ['DESTDIR'] = self.dest_dir
Expand Down

0 comments on commit 84c966b

Please sign in to comment.