Skip to content

Commit

Permalink
aarch64 > x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
SekaiMoe committed Jul 2, 2024
1 parent 39099d4 commit edd12da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
cp ../env/asusctl ./debian -Rv
sudo apt update && sudo apt build-dep .
- run: |
cd src && export PKG_CONFIG_PATH=/usr/lib/$(arch)-linux-gnu/pkgconfig && sudo dpkg-buildpackage -b -us -uc
cd src && export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig && sudo dpkg-buildpackage -b -us -uc
4 changes: 2 additions & 2 deletions asusctl/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

export PKG_CONFIG_PATH=/usr/lib/$(arch)-linux-gnu/pkgconfig
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig

ifeq ("$(origin VERBOSE)", "command line")
BUILD_VERBOSE = $(VERBOSE)
Expand All @@ -32,4 +32,4 @@ else
endif

%:
$(Q)export PKG_CONFIG_PATH=/usr/lib/$(arch)-linux-gnu/pkgconfig && dh $@
$(Q)export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig && dh $@

0 comments on commit edd12da

Please sign in to comment.