X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fbundle_example%2Fmakefile;h=c1f29c96f013d365f2a2f3d347c0a48a2a59cb68;hb=176dcb650f1dbefa08a342d83b4141ace594e05c;hp=46bc6f2c0ec28801e91612f63e7e2e8864e63282;hpb=2dc7262979a054eeb1167aa60546365f1da812e1;p=feisty_meow.git diff --git a/production/setup_src/bundle_example/makefile b/production/setup_src/bundle_example/makefile index 46bc6f2c..c1f29c96 100644 --- a/production/setup_src/bundle_example/makefile +++ b/production/setup_src/bundle_example/makefile @@ -4,10 +4,8 @@ PROJECT = example_bundle TYPE = hierarchy FIRST_TARGETS = build_bundle CLEANUPS = $(FEISTY_MEOW_DIR)/install/example_bundle$(EXE_END) +# set the unix bin variable so the bundle finds the apps. export UNIX_BIN = /bin -ifeq "$(OP_SYSTEM)" "WIN32" - export UNIX_BIN = $(BUILDING_HIERARCHY)/msys/bin -endif include cpp/rules.def