Skip to content

Commit

Permalink
Set python2 as the default
Browse files Browse the repository at this point in the history
 - Relates to #2
  • Loading branch information
Fernando Fernandes committed Oct 28, 2020
1 parent 68c5781 commit 88a2e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

python shockemu.py $1
python2 shockemu.py $1
clang -dynamiclib -std=gnu99 iohid_wrap.m -current_version 1.0 -compatibility_version 1.0 -lobjc -framework Foundation -framework AppKit -framework CoreFoundation -o iohid_wrap.dylib

0 comments on commit 88a2e83

Please sign in to comment.