Skip to content

Commit

Permalink
Hotfix: Fix ubuntu detection (#33)
Browse files Browse the repository at this point in the history
* Hotfix: Fix ubuntu detection
  • Loading branch information
kdvalin authored Nov 9, 2023
1 parent 7660a85 commit 0c4926e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coremark/coremark_run
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ execute_coremark()
#
# Ubuntu breaking without this setting.
#
if [[ "`test_tools/detect_os`" == "Ubuntu" ]]; then
if [[ "`$to_home_root/$to_user/test_tools/detect_os`" == "ubuntu" ]]; then
declare -x PORT_DIR="linux64"
fi
make_flags="-DMULTITHREAD=${2} -DUSE_PTHREAD -pthread"
Expand Down

0 comments on commit 0c4926e

Please sign in to comment.