Skip to content

Commit

Permalink
fix armeb compile error(typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
imzlh committed Aug 4, 2024
1 parent 2d8957b commit d2e144b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export default {
'GOOS': 'linux',
'GOARCH': 'arm',
'GOARM': '5',
'CC': HOMEPATH + '/toolchain/bin/aarch64-linux-musl-gcc'
'CC': HOMEPATH + '/toolchain/bin/armeb-linux-musleabihf-gcc'
}
};

0 comments on commit d2e144b

Please sign in to comment.