Skip to content

Commit

Permalink
fix configuration.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cfstras committed Feb 8, 2019
1 parent d090eb7 commit b42e816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def conf = [
"target_filename": libName + ".so",
],
("build-download/win32-x86_64/rxtxSerial.dll"): [
"target": "linux/arm",
"target": "win32/x86_64",
"annotation": "osname=win32;processor=x86_64",
"target_filename": "rxtxSerial.dll",
],
Expand Down

0 comments on commit b42e816

Please sign in to comment.