Skip to content

Commit

Permalink
games-emulation/zsnes: use more correct CBUILD flags
Browse files Browse the repository at this point in the history
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Dec 23, 2021
1 parent 507cc32 commit 6be0608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games-emulation/zsnes/zsnes-2.0.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ src_compile() {
append-cppflags -U_FORTIFY_SOURCE

# used to build and run parsegen at build time (uses zlib wrt BDEPEND)
local buildcxx="$(tc-getBUILD_CXX) ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}"
tc-export_build_env BUILD_CXX
local buildcxx="${BUILD_CXX} ${BUILD_CXXFLAGS} ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS}"

use amd64 && multilib_toolchain_setup x86
tc-export CC CXX
Expand Down

0 comments on commit 6be0608

Please sign in to comment.