Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
[native] Fix native package script
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Oct 22, 2021
1 parent 0522065 commit a2dc99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-native-steamrt.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

CC="gcc-9" CXX="gcc-9" ./package-native.sh "$@"
CC="gcc-9" CXX="g++-9" ./package-native.sh "$@"

0 comments on commit a2dc99c

Please sign in to comment.