Skip to content

Commit

Permalink
makeIntel not make64
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 14, 2024
1 parent 6b41629 commit f73fc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
export CXXFLAGS_EXTRA="-target x86_64-apple-macos10.13 -Wno-c++11-extensions"
export LDFLAGS_EXTRA="-target x86_64-apple-macos10.13"
export WXL_DIR=../wxlibIntel
export OUTDIR=output/make64 INTDIR=intermediate/make64
export OUTDIR=output/makeIntel INTDIR=intermediate/makeIntel
make cmd nsfplay
- name: Make Fat App
run: |
Expand Down

0 comments on commit f73fc2e

Please sign in to comment.