Skip to content

Commit 683a39f

Browse files
committed
update(AMBuilder): Enabling exceptions
1 parent b9e8135 commit 683a39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AMBuilder

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for sdk_name in MMSPlugin.sdks:
4444
]
4545

4646
if binary.compiler.target.platform == 'linux':
47-
binary.compiler.postlink += ['-lrt', '-lssl', '-lcrypto']
47+
binary.compiler.postlink += ['-lrt', '-lssl', '-lcrypto', '-fexceptions']
4848
elif binary.compiler.target.platform == 'windows':
4949
binary.compiler.postlink += [
5050
os.path.join('psapi.lib'),

0 commit comments

Comments
 (0)